次の方法で共有


MergePublicationCollection.Item[] プロパティ

定義

コレクション内にある指定した名前またはインデックス番号の MergePublication オブジェクトを取得します。

オーバーロード

Item[Int32]

コレクション内の MergePublication オブジェクトをインデックス番号に基づいて取得します。

Item[String]

コレクション内にある指定した名前の MergePublication オブジェクトを取得します。

注釈

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

Item[Int32]

コレクション内の MergePublication オブジェクトをインデックス番号に基づいて取得します。

public:
 property Microsoft::SqlServer::Replication::MergePublication ^ default[int] { Microsoft::SqlServer::Replication::MergePublication ^ get(int index); };
public Microsoft.SqlServer.Replication.MergePublication this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Replication.MergePublication
Default Public ReadOnly Property Item(index As Integer) As MergePublication

パラメーター

index
Int32

Int32のオブジェクトMergePublicationCollectionの位置を指定するMergePublication値。

プロパティ値

MergePublication オブジェクト。

注釈

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

適用対象

Item[String]

コレクション内にある指定した名前の MergePublication オブジェクトを取得します。

public:
 property Microsoft::SqlServer::Replication::MergePublication ^ default[System::String ^] { Microsoft::SqlServer::Replication::MergePublication ^ get(System::String ^ name); };
public Microsoft.SqlServer.Replication.MergePublication this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Replication.MergePublication
Default Public ReadOnly Property Item(name As String) As MergePublication

パラメーター

name
String

マージ パブリケーションの名前を指定する String 値です。

プロパティ値

MergePublication オブジェクト。

注釈

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

適用対象