Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the parameter value.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterType As String
Get
'Usage
Dim instance As MiningServiceParameter
Dim value As String
value = instance.ParameterType
public string ParameterType { get; }
public:
property String^ ParameterType {
String^ get ();
}
member ParameterType : string
function get ParameterType () : String
Property Value
Type: String
A String containing the type of the parameter value, in DBTYPE format.