ISql90Queue.MaxQueueReaders プロパティ

最大キュー リーダーを取得または設定します。

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

構文

'宣言
Property MaxQueueReaders As Nullable(Of Integer)
'使用
Dim instance As ISql90Queue
Dim value As Nullable(Of Integer)

value = instance.MaxQueueReaders

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

プロパティ値

型 : System.Nullable<Int32>

参照

参照

ISql90Queue インターフェイス

ISql90Queue メンバ

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