TraceEventArgs.ServerName Property
Gets the server name associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ServerName As String
Get
'Usage
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
Property Value
Type: System.String
The server name.