Proprietà MiningServiceParameter.ParameterType

Gets the type of the parameter value.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParameterType As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A String containing the type of the parameter value, in DBTYPE format.

Vedere anche

Riferimento

MiningServiceParameter Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer