次の方法で共有


MergeArticleCollection.Item[] プロパティ

定義

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

オーバーロード

Item[Int32]

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

Item[String]

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

注釈

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

Item[Int32]

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

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

パラメーター

index
Int32

コレクション内の Int32 オブジェクトの位置を指定する MergeArticle 値です。

プロパティ値

MergeArticle オブジェクト。

注釈

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

適用対象

Item[String]

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

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

パラメーター

name
String

コレクション内の String オブジェクトの Name プロパティと一致する MergeArticle 値です。

プロパティ値

MergeArticle オブジェクト。

注釈

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

適用対象