Свойство IServerConfigurationFacet.CursorThreshold

Gets or sets the cursor threshold value.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Property CursorThreshold As Integer 
    Get 
    Set
'Применение
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.CursorThreshold

instance.CursorThreshold = value
int CursorThreshold { get; set; }
property int CursorThreshold {
    int get ();
    void set (int value);
}
abstract CursorThreshold : int with get, set
function get CursorThreshold () : int 
function set CursorThreshold (value : int)

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

Тип: System.Int32
The cursor threshold value.

См. также

Справочник

IServerConfigurationFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo