Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a customizable EventColumnInfoCollection object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EventColumnInfo))> _
Public ReadOnly Property EventColumnInfoSet As EventColumnInfoCollection
Get
'Usage
Dim instance As EventInfo
Dim value As EventColumnInfoCollection
value = instance.EventColumnInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EventColumnInfo))]
public EventColumnInfoCollection EventColumnInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(EventColumnInfo))]
public:
property EventColumnInfoCollection^ EventColumnInfoSet {
EventColumnInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EventColumnInfo))>]
member EventColumnInfoSet : EventColumnInfoCollection
function get EventColumnInfoSet () : EventColumnInfoCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.XEvent.EventColumnInfoCollection
An EventColumnInfoCollection object.