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