Compartilhar via


Propriedade do RDL TraceEventArgs.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.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices