Propriété PublishedEvent.FieldList.Count

Gets the number of fields associated with the 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 Count As Integer 
    Get
'Utilisation
Dim instance As PublishedEvent.FieldList 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Valeur de propriété

Type : System.Int32
The number of fields associated with the event.

Voir aussi

Référence

PublishedEvent.FieldList Classe

Espace de noms Microsoft.SqlServer.XEvent.Linq