Compartir a través de


MiningServiceParameter.DefaultValue Propiedad

Gets the default value for this parameter.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property DefaultValue As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String containing the default value for this parameter.

Vea también

Referencia

MiningServiceParameter Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient