Events 属性

Gets the collection of event objects to be captured by a 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
A TraceEventCollection that contains the collection of event objects to be captured by a Trace.