Propriedade do RDL DefaultValue
Gets the default value for this parameter.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
A String containing the default value for this parameter.
Consulte também