ServerProperty.DefaultValue Property
Applies To: SQL Server (starting with 2016)
Gets or sets the default value for a ServerProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public string DefaultValue { get; set; }
public:
property String^ DefaultValue {
String^ get();
void set(String^ value);
}
member DefaultValue : string with get, set
Public Property DefaultValue As String
Property Value
Type: System.String
A default value.
See Also
ServerProperty Class
Microsoft.AnalysisServices Namespace
Return to top