ISql90ServerOptions.InDoubtXactResolution プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property InDoubtXactResolution As Nullable(Of Integer)
'使用
Dim instance As ISql90ServerOptions
Dim value As Nullable(Of Integer)

value = instance.InDoubtXactResolution

instance.InDoubtXactResolution = value
Nullable<int> InDoubtXactResolution { get; set; }
property Nullable<int> InDoubtXactResolution {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
function get InDoubtXactResolution () : Nullable<int>
function set InDoubtXactResolution (value : Nullable<int>)

プロパティ値

型 : System.Nullable<Int32>

参照

参照

ISql90ServerOptions インターフェイス

ISql90ServerOptions メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間