TransArticleCollection.Item[] 屬性

定義

依名稱或索引編號取得集合中的 TransArticle 物件。

多載

Item[Int32]

依索引編號取得集合中的 TransArticle 物件。

Item[String]

依名稱取得集合中的 TransArticle 物件。

備註

只有 .NET Framework 2.0 版支援此命名空間、類別或成員。

Item[Int32]

依索引編號取得集合中的 TransArticle 物件。

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

參數

index
Int32

Int32 值,指定 TransArticleTransArticleCollection 物件的位置。

屬性值

TransArticle

TransArticle 物件。

備註

只有 .NET Framework 2.0 版支援此命名空間、類別或成員。

適用於

Item[String]

依名稱取得集合中的 TransArticle 物件。

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

參數

name
String

指定發行項名稱的 String 值。

屬性值

TransArticle

TransArticle 物件。

備註

只有 .NET Framework 2.0 版支援此命名空間、類別或成員。

適用於