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