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

인증 정보입니다.

반환

컬렉션에 추가할 요소를 지정하는 임의의 유형의 개체입니다.

적용 대상