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