MiningServiceParameter.ParameterType Propiedad
Gets the type of the parameter value.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property ParameterType As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String containing the type of the parameter value, in DBTYPE format.