TransPublicationCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
プロパティ値
TransPublication オブジェクト。
注釈
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。