Compartir a través de


Server.ServerLocation Propiedad

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property ServerLocation As ServerLocation 
    Get 
    Private Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.ServerLocation

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.AnalysisServices