DataSchemaModel.ElementProcessingOperationsCount 属性

获取在模型准备就绪之前剩余的元素处理操作的数目。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

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

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

DataSchemaModel 类

Microsoft.Data.Schema.SchemaModel 命名空间