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(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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
)
매개 변수
- credentialName
유형: System. . :: . .String
A String value that specifies the login name.