Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default value for a ServerProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DefaultValue As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A default value.