Proprietà DataEventColumnInfo.Key.Name

Gets the name of the column referenced by an instance of DataEventColumnInfo.Key.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As DataEventColumnInfo.Key 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
The name of the key as string.

Vedere anche

Riferimento

DataEventColumnInfo.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent