Proprietà DataSchemaModelEventArgs.ElementProcessingOperationsCount

Ottiene il numero di operazioni eseguite durante l'elaborazione degli elementi del modello.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ElementProcessingOperationsCount As Integer
    Get
public int ElementProcessingOperationsCount { get; }
public:
property int ElementProcessingOperationsCount {
    int get ();
}
member ElementProcessingOperationsCount : int
function get ElementProcessingOperationsCount () : int

Valore proprietà

Tipo: System.Int32
Numero di operazioni eseguite sugli elementi del modello.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaModelEventArgs Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel