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