AuthenticationInfoCollection.Item[Int32] Property

Definition

Returns a specific element of a collection object either by position or by key. This property is read-only.

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

Parameters

index
Int32

An Object expression that specifies the position or key string of an element of the collection.

Property Value

A specific element of a Collection object either by position or by key. Read-only.

Applies to