ServerProperty.PropertyName Property

 

Applies To: SQL Server (starting with 2016)

Gets the property name from a ServerProperty object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get();
}
member PropertyName : string with get
Public ReadOnly Property PropertyName As String

Property Value

Type: System.String

A property name.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top