Compartir a través de


IXEObjectInfo.Name Propiedad

Gets the name of the EventInfo.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
ReadOnly Property Name As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The name of the EventInfo.

Vea también

Referencia

IXEObjectInfo Interfaz

Espacio de nombres Microsoft.SqlServer.Management.XEvent