次の方法で共有


Server.ServerLocation プロパティ

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

構文

'宣言
Public Property ServerLocation As ServerLocation 
    Get 
    Private Set
'使用
Dim instance As Server 
Dim value As ServerLocation 

value = instance.ServerLocation
public ServerLocation ServerLocation { get; private set; }
public:
property ServerLocation ServerLocation {
    ServerLocation get ();
    private: void set (ServerLocation value);
}
member ServerLocation : ServerLocation with get, private set
function get ServerLocation () : ServerLocation 
private function set ServerLocation (value : ServerLocation)

プロパティ値

型: Microsoft.AnalysisServices.ServerLocation

関連項目

参照

Server クラス

Microsoft.AnalysisServices 名前空間