Compartilhar via


Propriedade do RDL PublishedEvent.Name

Gets the name of the event object.

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

Sintaxe

'Declaração
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As PublishedEvent 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
The name of the event object.

Consulte também

Referência

PublishedEvent Classe

Namespace Microsoft.SqlServer.XEvent.Linq