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

コレクションの要素の位置またはキー文字列を示すオブジェクト式です。

プロパティ値

位置またはキーで示される、コレクション オブジェクトの特定の要素です。 読み取り専用です。

適用対象