ServerProtocolCollection.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按名称或索引号获取集合中的 ServerProtocol 对象。
重载
Item[Int32] |
按索引号获取集合中的 ServerProtocol 对象。 |
Item[String] |
按名称获取集合中的 ServerProtocol 对象。 |
Item[Int32]
按索引号获取集合中的 ServerProtocol 对象。
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ default[int] { Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ get(int index); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
Default Public ReadOnly Property Item(index As Integer) As ServerProtocol
参数
- index
- Int32
一个 Int32 值,该值指定 ServerProtocol 对象在 ServerProtocolCollection 集合中的位置。
属性值
一个 ServerProtocol 对象值,该值表示服务器协议。
适用于
Item[String]
按名称获取集合中的 ServerProtocol 对象。
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ default[System::String ^] { Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
Default Public ReadOnly Property Item(name As String) As ServerProtocol
参数
- name
- String
一个 String 值,该值指定 ServerProtocol 集合中的 ServerProtocolCollection 对象的名称。
属性值
一个 ServerProtocol 对象值,该值表示服务器协议。