Поделиться через


Свойство DataEventColumnInfo.Capabilities

Gets an integer that references the capabilities of a DataEventColumnInfo object.

Пространство имен:  Microsoft.SqlServer.Management.XEvent
Сборка:  Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Capabilities As Integer 
    Get
'Применение
Dim instance As DataEventColumnInfo 
Dim value As Integer 

value = instance.Capabilities
[SfcPropertyAttribute(Data = true)]
public int Capabilities { get; }
[SfcPropertyAttribute(Data = true)]
public:
property int Capabilities {
    int get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Capabilities : int
function get Capabilities () : int

Значение свойства

Тип: System.Int32
Returns an integer that references the capabilities of a DataEventColumnInfo object.

Замечания

You can get the capabilities integers and their descriptions by running the following query.

select distinct(capabilities_desc) from
sys.dm_xe_objects where object_type='Event'

См. также

Справочник

DataEventColumnInfo Класс

Пространство имен Microsoft.SqlServer.Management.XEvent