JobServer.ClearMsxAccount Method
Clears the master server login account and uses integrated security to log in to the master server.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub ClearMsxAccount
'Usage
Dim instance As JobServer
instance.ClearMsxAccount()
public void ClearMsxAccount()
public:
void ClearMsxAccount()
member ClearMsxAccount : unit -> unit
public function ClearMsxAccount()
See Also