Proprietà CursorThreshold
Gets or sets the cursor threshold value.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Property CursorThreshold As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Int32
Int32
Vedere anche