Partager via


DataSchemaModelEventArgs.ElementProcessingOperationsCount, propriété

Obtient le nombre d'opérations qui se sont produites pendant le traitement des éléments de modèle.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Valeur de propriété

Type : System.Int32
Nombre d'opérations effectuées sur les éléments de modèle.

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModelEventArgs Classe

Microsoft.Data.Schema.SchemaModel, espace de noms