Server.ServerProperties Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public ServerPropertyCollection ServerProperties { get; }
public:
property ServerPropertyCollection^ ServerProperties {
    ServerPropertyCollection^ get();
}
member ServerProperties : ServerPropertyCollection with get
Public ReadOnly Property ServerProperties As ServerPropertyCollection

Property Value

Type: Microsoft.AnalysisServices.ServerPropertyCollection

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top