Compartir a través de


ServerName Propiedad

Gets the server name associated with a TraceEventArgs object.

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

Sintaxis

'Declaración
Public ReadOnly Property ServerName As String
    Get
'Uso
Dim instance As TraceEventArgs
Dim value As String

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

Valor de la propiedad

Tipo: System. . :: . .String
The server name.