Proprietà DefaultValue
Gets or sets the default value for a ServerProperty object.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property DefaultValue As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
A default value.
Vedere anche