CursorThreshold プロパティ
参照されたプロパティの値を決定する Int32 値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property CursorThreshold As Integer
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .Int32
参照されたプロパティの値を含む Int32 値です。