Propriété TraceEventArgs.ClientHostName
Gets the client host name associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ClientHostName As String
Get
'Utilisation
Dim instance As TraceEventArgs
Dim value As String
value = instance.ClientHostName
public string ClientHostName { get; }
public:
property String^ ClientHostName {
String^ get ();
}
member ClientHostName : string
function get ClientHostName () : String
Valeur de propriété
Type : System.String
The client host name.