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