次の方法で共有


TraceEventArgs.ServerName プロパティ

TraceEventArgs オブジェクトに関連付けられたサーバー名を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property ServerName As String 
    Get
'使用
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

プロパティ値

型: System.String
サーバー名です。

関連項目

参照

TraceEventArgs クラス

Microsoft.AnalysisServices 名前空間