次の方法で共有


TransArticleCollection.Item[] プロパティ

定義

TransArticle名前またはインデックス番号で、コレクション内のオブジェクトを取得します。

オーバーロード

Item[Int32]

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

Item[String]

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

注釈

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

Item[Int32]

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

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

パラメーター

index
Int32

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

プロパティ値

TransArticle オブジェクト。

注釈

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

適用対象

Item[String]

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

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

パラメーター

name
String

アーティクルの名前を指定する String 値です。

プロパティ値

TransArticle オブジェクト。

注釈

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

適用対象