Compartilhar via


Propriedade ServerName

Gets the server name associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

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