DataSchemaModel.ElementProcessingOperationsCount Property

Gets the number of element-processing operations that remain before the model is ready.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ElementProcessingOperationsCount As Integer
public abstract int ElementProcessingOperationsCount { get; }
public:
virtual property int ElementProcessingOperationsCount {
    int get () abstract;
}
abstract ElementProcessingOperationsCount : int
abstract function get ElementProcessingOperationsCount () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DataSchemaModel Class

Microsoft.Data.Schema.SchemaModel Namespace