Events プロパティ
Trace によってキャプチャされるイベント オブジェクトのコレクションを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection
Get
'使用
Dim instance As Trace
Dim value As TraceEventCollection
value = instance.Events
[BrowsableAttribute(false)]
public TraceEventCollection Events { get; }
[BrowsableAttribute(false)]
public:
property TraceEventCollection^ Events {
TraceEventCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Events : TraceEventCollection
function get Events () : TraceEventCollection
プロパティ値
型: Microsoft.AnalysisServices. . :: . .TraceEventCollection
Trace によってキャプチャされるイベント オブジェクトのコレクションを含む TraceEventCollection です。