共用方式為


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.