AuthenticationInfoCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
位置またはキーによって、コレクション オブジェクトの特定の要素を返します。 このプロパティは読み取り専用です。
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
コレクションの要素の位置またはキー文字列を示すオブジェクト式です。
プロパティ値
位置またはキーで示される、コレクション オブジェクトの特定の要素です。 読み取り専用です。