AuthenticationInfoCollection.Item[Int32] Properti

Definisi

Mengembalikan elemen tertentu dari objek koleksi baik berdasarkan posisi atau menurut kunci. Properti ini bersifat hanya baca.

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

Parameter

index
Int32

Ekspresi Objek yang menentukan posisi atau string kunci dari elemen koleksi.

Nilai Properti

Elemen tertentu dari objek Koleksi baik berdasarkan posisi atau menurut kunci. Baca-saja.

Berlaku untuk