Compartir a través de


DefaultValue Propiedad

Gets or sets the default value for a ServerProperty object.

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

Sintaxis

'Declaración
Public Property DefaultValue As String
    Get
    Set
'Uso
Dim instance As ServerProperty
Dim value As String

value = instance.DefaultValue

instance.DefaultValue = value
public string DefaultValue { get; set; }
public:
property String^ DefaultValue {
    String^ get ();
    void set (String^ value);
}
member DefaultValue : string with get, set
function get DefaultValue () : String
function set DefaultValue (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A default value.