Propriété ParameterType
Gets the type of the parameter value.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParameterType As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String containing the type of the parameter value, in DBTYPE format.
Voir aussi