TransArticleCollection.Item プロパティ (Int32)
コレクション内にある指定したインデックス番号の TransArticle オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As TransArticle
Get
'使用
Dim instance As TransArticleCollection
Dim index As Integer
Dim value As TransArticle
value = instance(index)
public TransArticle this[
int index
] { get; }
public:
property TransArticle^ default[int index] {
TransArticle^ get (int index);
}
member Item : TransArticle
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
TransArticleCollection 内の TransArticle オブジェクトの位置を指定する Int32 値です。
プロパティ値
型: Microsoft.SqlServer.Replication.TransArticle
TransArticle オブジェクトです。
説明
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。