TransPublicationCollection.Item[] プロパティ

定義

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

オーバーロード

Item[Int32]

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

Item[String]

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

注釈

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

Item[Int32]

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

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

パラメーター

index
Int32

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

プロパティ値

TransPublication オブジェクト。

注釈

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

適用対象

Item[String]

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

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

パラメーター

name
String

トランザクション パブリケーションまたはスナップショット パブリケーションの名前を指定する String 値です。

プロパティ値

TransPublication オブジェクト。

注釈

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

適用対象