AuthenticationInfoCollection.Item[Int32] 属性

定义

按位置或键返回集合对象的一个特定元素。 此属性为只读。

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

参数

index
Int32

一个对象表达式,该表达式指定集合元素的位置或键字符串。

属性值

按位置或键的集合对象的一个特定元素。 只读。

适用于