ServerEvents.SetCredentials(String, String) 메서드

정의

Microsoft SQL Server 인스턴스에 필요한 자격 증명을 설정합니다.

public:
 void SetCredentials(System::String ^ username, System::String ^ password);
public void SetCredentials (string username, string password);
member this.SetCredentials : string * string -> unit
Public Sub SetCredentials (username As String, password As String)

매개 변수

username
String

로그인 계정의 이름을 지정하는 String 값입니다.

password
String

로그인 암호를 지정하는 String 값입니다.

예제

SMO 이벤트 처리

적용 대상