Propriété PublishedEvent.Fields

Gets a list of fields containing the data of the published event.

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Fields As PublishedEvent.FieldList 
    Get
'Utilisation
Dim instance As PublishedEvent 
Dim value As PublishedEvent.FieldList 

value = instance.Fields
public PublishedEvent.FieldList Fields { get; }
public:
property PublishedEvent.FieldList^ Fields {
    PublishedEvent.FieldList^ get ();
}
member Fields : PublishedEvent.FieldList
function get Fields () : PublishedEvent.FieldList

Valeur de propriété

Type : Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
A list of fields containing the data of the published event.

Voir aussi

Référence

PublishedEvent Classe

Espace de noms Microsoft.SqlServer.XEvent.Linq