MergeSubscriptionCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の MergeSubscription オブジェクトを、サブスクリプションを一意に定義するインデックス番号またはプロパティを使って取得します。
オーバーロード
Item[Int32] |
コレクション内の MergeSubscription オブジェクトをインデックス番号に基づいて取得します。 |
Item[String, String] |
MergeSubscription by 内のオブジェクトと、SubscriptionDBNameサブスクリプションをMergeSubscriptionCollectionSubscriberName一意に識別するプロパティを取得します。 |
注釈
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
Item[Int32]
コレクション内の MergeSubscription オブジェクトをインデックス番号に基づいて取得します。
public:
property Microsoft::SqlServer::Replication::MergeSubscription ^ default[int] { Microsoft::SqlServer::Replication::MergeSubscription ^ get(int index); };
public Microsoft.SqlServer.Replication.MergeSubscription this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Replication.MergeSubscription
Default Public ReadOnly Property Item(index As Integer) As MergeSubscription
パラメーター
- index
- Int32
内Int32のオブジェクトMergeSubscriptionCollectionの位置を指定するMergeSubscription値。
プロパティ値
MergeSubscription オブジェクト。
注釈
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
適用対象
Item[String, String]
MergeSubscription by 内のオブジェクトと、SubscriptionDBNameサブスクリプションをMergeSubscriptionCollectionSubscriberName一意に識別するプロパティを取得します。
public:
property Microsoft::SqlServer::Replication::MergeSubscription ^ default[System::String ^, System::String ^] { Microsoft::SqlServer::Replication::MergeSubscription ^ get(System::String ^ subscriberName, System::String ^ subscriptionDBName); };
public Microsoft.SqlServer.Replication.MergeSubscription this[string subscriberName, string subscriptionDBName] { get; }
member this.Item(string * string) : Microsoft.SqlServer.Replication.MergeSubscription
Default Public ReadOnly Property Item(subscriberName As String, subscriptionDBName As String) As MergeSubscription
パラメーター
プロパティ値
MergeSubscription オブジェクト。
注釈
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。