TransArticleCollection.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按名称或按索引号获取集合中的 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值,该值指定对象在 . 中TransArticleCollection的位置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
参数
属性值
TransArticle 对象。
注解
仅 .NET Framework 的 2.0 版本支持此命名空间、类或成员。