Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of fields containing the data of the published event.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As PublishedEvent.FieldList
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
A list of fields containing the data of the published event.