Propriété MiningServiceParameter.DefaultValue
Obtient la valeur par défaut de ce paramètre.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DefaultValue As String
Get
'Utilisation
Dim instance As MiningServiceParameter
Dim value As String
value = instance.DefaultValue
public string DefaultValue { get; }
public:
property String^ DefaultValue {
String^ get ();
}
member DefaultValue : string
function get DefaultValue () : String
Valeur de propriété
Type : String
String qui contient la valeur par défaut pour ce paramètre.