EventInfo.EventColumnInfoSet Propiedad
Gets a customizable EventColumnInfoCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EventColumnInfo))> _
Public ReadOnly Property EventColumnInfoSet As EventColumnInfoCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.XEvent.EventColumnInfoCollection
An EventColumnInfoCollection object.