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


ISqlServerOptions.CursorThreshold - свойство

Получает или задает значение, моделирующее параметр cursor threshold для sp_configure.

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

Синтаксис

'Декларация
Property CursorThreshold As Nullable(Of Integer)
    Get
    Set
Nullable<int> CursorThreshold { get; set; }
property Nullable<int> CursorThreshold {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract CursorThreshold : Nullable<int> with get, set
function get CursorThreshold () : Nullable<int>
function set CursorThreshold (value : Nullable<int>)

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

Тип: System.Nullable<Int32>

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

См. также

Ссылки

ISqlServerOptions Интерфейс

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