Proprietà ReadOnlyEventColumnInfo.Description

Gets the description of an ReadOnlyEventColumnInfo object.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Description As String 
    Get
'Utilizzo
Dim instance As ReadOnlyEventColumnInfo 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(Data = true)]
public string Description { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Description {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Description : string
function get Description () : String

Valore proprietà

Tipo: System.String
A string value that contains the description.

Vedere anche

Riferimento

ReadOnlyEventColumnInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent