Freigeben über


MiningServiceParameter.ParameterType-Eigenschaft

Ruft den Typ des Parameterwerts ab.

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

Eigenschaftswert

Typ: String
Ein String-Wert, der den Typ des Parameterwerts im DBTYPE-Format enthält.

Siehe auch

Verweis

MiningServiceParameter Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace