AuthenticationInfoCollection.Add(AuthenticationInfo) メソッド

定義

コレクションに認証情報を追加します。

public:
 int Add(Microsoft::SqlServer::Management::UI::ConnectionDlg::AuthenticationInfo ^ ai);
public int Add (Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo ai);
member this.Add : Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo -> int
Public Function Add (ai As AuthenticationInfo) As Integer

パラメーター

ai
AuthenticationInfo

認証情報です。

戻り値

コレクションに追加する要素を示す任意の型のオブジェクトです。

適用対象