Właściwość CursorThreshold
Pobiera lub ustawia Int32 wartość, która określa wartość właściwość odwołania.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Property CursorThreshold As Integer
Get
Set
'Użycie
Dim instance As ServerAdapterBase
Dim value As Integer
value = instance.CursorThreshold
instance.CursorThreshold = value
public int CursorThreshold { get; set; }
public:
virtual property int CursorThreshold {
int get () sealed;
void set (int value) sealed;
}
abstract CursorThreshold : int with get, set
override CursorThreshold : int with get, set
final function get CursorThreshold () : int
final function set CursorThreshold (value : int)
Wartość właściwości
Typ: System. . :: . .Int32
Int32 Wartość, która zawiera wartość właściwość odwołania.