Propriété TraceEventArgs.ServerName

Gets the server name associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServerName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The server name.

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices