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.