Server.ServerProperties プロパティ

特定の Server オブジェクトに関連付けられたサーバー プロパティのコレクションを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property ServerProperties As ServerPropertyCollection 
    Get
'使用
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

プロパティ値

型: Microsoft.AnalysisServices.ServerPropertyCollection
複数の Contains レコードを含むサーバー プロパティのコレクションです。

関連項目

参照

Server クラス

Microsoft.AnalysisServices 名前空間