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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.