次の方法で共有


TraceEventArgs.IntegerData プロパティ

TraceEventArgs オブジェクトに関連付けられた Integer データを取得します。

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

構文

'宣言
Public ReadOnly Property IntegerData As Long 
    Get
'使用
Dim instance As TraceEventArgs 
Dim value As Long 

value = instance.IntegerData
public long IntegerData { get; }
public:
property long long IntegerData {
    long long get ();
}
member IntegerData : int64
function get IntegerData () : long

プロパティ値

型: System.Int64
64 ビットの符号付き整数です。

関連項目

参照

TraceEventArgs クラス

Microsoft.AnalysisServices 名前空間