EventColumnInfo.Capabilities 속성

Gets an integer that references the capabilities of an EventColumnInfo 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 EventColumnInfo 
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
An integer that references the capabilities of an EventColumnInfo 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'

참고 항목

참조

EventColumnInfo 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스