Proprietà Server.Name

Gets the name of the server that has the running instance of Analysis Services.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As Server 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
A string value with the name of the server.

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer