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

驗證資訊。

傳回

任何類型的物件,指定要加入集合的元素。

適用於