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 命名空间