Propriedade do RDL IServerConfigurationFacet.CursorThreshold
Gets or sets the cursor threshold value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Property CursorThreshold As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
The cursor threshold value.