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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.