Proprietà EventField.Key.Name

Gets or sets the name of the EventField object

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 EventField.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
A String value that contains the name.

Vedere anche

Riferimento

EventField.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent