ServerProperty.PropertyName Property

 

Applies To: SQL Server 2016 Preview

Gets the property name from a ServerProperty object.

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

Syntax

[XmlIgnoreAttribute]
public string PropertyName { get; }
public:
[XmlIgnoreAttribute]
property String^ PropertyName {
    String^ get();
}
[<XmlIgnoreAttribute>]
member PropertyName : string with get
<XmlIgnoreAttribute>
Public ReadOnly Property PropertyName As String

Property Value

Type: System.String

A property name.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top