Sdílet prostřednictvím


DataSchemaModelEventArgs.ElementProcessingOperationsCount – vlastnost

Získá číslo operace, k nimž došlo při zpracování byly prvky modelu.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Int32
Počet operací provedených na prvky modelu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModelEventArgs Třída

Microsoft.Data.Schema.SchemaModel – obor názvů