Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ServerLocation As ServerLocation
Get
Private Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.ServerLocation