Właściwość MiningServiceParameter.ParameterType
Pobiera typ wartości parametru.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public ReadOnly Property ParameterType As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A ciąg zawierający typ wartości parametru w formacie DBTYPE.
Zobacz także