Compartilhar via


Propriedade do RDL PublishedEventField.Name

Gets the name of the event field.

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 PublishedEventField 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Valor da propriedade

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

Implementa

IField.Name

Consulte também

Referência

PublishedEventField Classe

Namespace Microsoft.SqlServer.XEvent.Linq