다음을 통해 공유


SetMsxAccount 메서드 (String)

Sets the name of the credentials used to log in to the master server in multiserver administration.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub SetMsxAccount ( _
    credentialName As String _
)
‘사용 방법
Dim instance As JobServer
Dim credentialName As String

instance.SetMsxAccount(credentialName)
public void SetMsxAccount(
    string credentialName
)
public:
void SetMsxAccount(
    String^ credentialName
)
member SetMsxAccount : 
        credentialName:string -> unit 
public function SetMsxAccount(
    credentialName : String
)

매개 변수

주의

이 방법은 SQL Server 2005에서 도입되었습니다.