Propriété Server.ServerLocation
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
Public Property ServerLocation As ServerLocation
Get
Private Set
'Utilisation
Dim instance As Server
Dim value As ServerLocation
value = instance.ServerLocation
C#
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)