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