Server.ServerProperties Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of server properties associated with a specific Server object.

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

Syntax

[XmlArrayAttribute]
public ServerPropertyCollection ServerProperties { get; }
public:
[XmlArrayAttribute]
property ServerPropertyCollection^ ServerProperties {
    ServerPropertyCollection^ get();
}
[<XmlArrayAttribute>]
member ServerProperties : ServerPropertyCollection with get
<XmlArrayAttribute>
Public ReadOnly Property ServerProperties As ServerPropertyCollection

Property Value

Type: Microsoft.AnalysisServices.ServerPropertyCollection

A collection of server properties that contains a number of Contains records.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top