Partager via


Propriété DefaultValue

Gets the default value for this parameter.

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 : System. . :: . .String
A String containing the default value for this parameter.