Propriété ReadOnlyEventColumnInfo.Capabilities
Gets an integer value that represents the capabilities.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Capabilities As Integer
Get
'Utilisation
Dim instance As ReadOnlyEventColumnInfo
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
Valeur de propriété
Type : System.Int32
An integer value that represents the capabilities.
Notes
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'