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

物件運算式,可指定集合中元素的位置或索引鍵字串。

屬性值

AuthenticationInfo

依據位置或索引鍵之集合物件的特定元素。 唯讀。

適用於