Поделиться через


SqlSchemaModel.ElementProcessingOperationsCount - свойство

Получает число операций, оставшихся до разрешения модели.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property ElementProcessingOperationsCount As Integer
    Get
public override int ElementProcessingOperationsCount { get; }
public:
virtual property int ElementProcessingOperationsCount {
    int get () override;
}
abstract ElementProcessingOperationsCount : int
override ElementProcessingOperationsCount : int
override function get ElementProcessingOperationsCount () : int

Значение свойства

Тип: System.Int32

Безопасность платформы .NET Framework

См. также

Ссылки

SqlSchemaModel Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен