Leggere in inglese

Condividi tramite


Proprietà Package.CapabilitiesDesc

Gets a string value that contains the capabilities description.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string CapabilitiesDesc { get; }

Valore proprietà

Tipo: System.String
A string value that contains the capabilities description. The return value can be null.

Osservazioni

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='Type'

Vedere anche

Riferimento

Package Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent