MergePublicationCollection.Item[] 属性

定义

按名称或索引号获取集合中的 MergePublication 对象。

重载

Item[Int32]

按索引号获取集合中的 MergePublication 对象。

Item[String]

按名称获取集合中的 MergePublication 对象。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

Item[Int32]

按索引号获取集合中的 MergePublication 对象。

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

参数

index
Int32

一个Int32值,该值指定对象在 . 中MergePublicationCollection的位置MergePublication

属性值

MergePublication 对象。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于

Item[String]

按名称获取集合中的 MergePublication 对象。

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

参数

name
String

一个指定合并发布的名称的 String 值。

属性值

MergePublication 对象。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于