Proprietà TargetColumnInfo.ID

Gets the identifier for a TargetColumnInfo object.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Integer 
    Get
'Utilizzo
Dim instance As TargetColumnInfo 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ID : int
function get ID () : int

Valore proprietà

Tipo: System.Int32
An integer value that contains the identifier.

Vedere anche

Riferimento

TargetColumnInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent