Item プロパティ (Int32)

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As TransPublication
    Get
'使用
Dim instance As TransPublicationCollection
Dim index As Integer
Dim value As TransPublication

value = instance(index)
public TransPublication this[
    int index
] { get; }
public:
property TransPublication^ default[int index] {
    TransPublication^ get (int index);
}
member Item : TransPublication
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Replication. . :: . .TransPublication
TransPublication オブジェクトです。

説明

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