ISqlServerOptions.CursorThreshold プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property CursorThreshold As Nullable(Of Integer)
'使用
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Integer)
value = instance.CursorThreshold
instance.CursorThreshold = value
Nullable<int> CursorThreshold { get; set; }
property Nullable<int> CursorThreshold {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get CursorThreshold () : Nullable<int>
function set CursorThreshold (value : Nullable<int>)
プロパティ値
型 : System.Nullable<Int32>