言語

TransArticleCollection.Item[] プロパティ

定義

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

オーバーロード

名前 説明
Item[Int32]

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

Item[String]

コレクションに名前でオブジェクト TransArticle を取得します。

注釈

この名前空間、クラス、またはメンバーは.NETフレームワークのバージョン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におけるTransArticleオブジェクトの位置を指定するTransArticleCollectionの値です。

プロパティ値

TransArticle オブジェクト。

注釈

この名前空間、クラス、またはメンバーは.NETフレームワークのバージョン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フレームワークのバージョン2.0でのみサポートされています。

適用対象