Partager via


Propriété Server.ServerLocation

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ServerLocation As ServerLocation 
    Get 
    Private Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.AnalysisServices.ServerLocation

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.AnalysisServices