Właściwość IServerConfigurationFacet.CursorThreshold
Pobiera lub ustawia wartość progowa kursor.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property CursorThreshold As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także