AuthenticationInfoCollection.Add(AuthenticationInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將驗證資訊加入至集合中。
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
參數
驗證資訊。
傳回
任何類型的物件,可指定要加入至集合的元素。