ProtocolPropertyCollection.Item[] 属性

定义

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

重载

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

参数

index
Int32

一个 Int32 值,该值指定 ProtocolProperty 对象在 ProtocolPropertyCollection 集合中的位置。

属性值

一个 ProtocolProperty 对象值,该值表示协议的一个属性。

适用于

Item[String]

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

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

参数

name
String

一个 String 值,该值指定 ProtocolProperty 集合中的 ProtocolPropertyCollection 对象的名称。

属性值

一个 ProtocolProperty 对象值,该值表示协议的一个属性。

示例

使用集合

适用于