次の方法で共有


TraceEventArgs.SessionType プロパティ

TraceEventArgs オブジェクトに関連付けられたセッションの種類を取得します。

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

構文

'宣言
Public ReadOnly Property SessionType As String 
    Get
'使用
Dim instance As TraceEventArgs 
Dim value As String 

value = instance.SessionType
public string SessionType { get; }
public:
property String^ SessionType {
    String^ get ();
}
member SessionType : string
function get SessionType () : String

プロパティ値

型: System.String
セッションの種類です。

関連項目

参照

TraceEventArgs クラス

Microsoft.AnalysisServices 名前空間