Proprietà ServerName
Gets the server name associated with a TraceEventArgs object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ServerName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The server name.