ServerName propriété

Gets the server name associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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 la propriété

Type : System. . :: . .String
The server name.