Freigeben über


Server.ServerProperties-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property ServerProperties As ServerPropertyCollection 
    Get
'Usage
Dim instance As Server 
Dim value As ServerPropertyCollection 

value = instance.ServerProperties
public ServerPropertyCollection ServerProperties { get; }
public:
property ServerPropertyCollection^ ServerProperties {
    ServerPropertyCollection^ get ();
}
member ServerProperties : ServerPropertyCollection
function get ServerProperties () : ServerPropertyCollection

Eigenschaftswert

Typ: Microsoft.AnalysisServices.ServerPropertyCollection
A collection of server properties that contains a number of Contains records.

Siehe auch

Verweis

Server Klasse

Microsoft.AnalysisServices-Namespace