Compartilhar via


Propriedade do RDL IXEObjectInfo.Name

Gets the name of the EventInfo.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
The name of the EventInfo.

Consulte também

Referência

IXEObjectInfo Interface

Namespace Microsoft.SqlServer.Management.XEvent