Proprietà IXEObjectInfo.Name

Gets the name of the EventInfo.

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

Sintassi

'Dichiarazione
ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As IXEObjectInfo 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The name of the EventInfo.

Vedere anche

Riferimento

IXEObjectInfo Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.XEvent