Udostępnij za pośrednictwem


Metoda SetMsxAccount (String, String)

Ustawia nazwę poświadczenia używanych do logowania do serwer główny w administrowanie wieloma serwerami.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Agent
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public Sub SetMsxAccount ( _
    account As String, _
    password As String _
)
'Użycie
Dim instance As JobServer
Dim account As String
Dim password As String

instance.SetMsxAccount(account, password)
public void SetMsxAccount(
    string account,
    string password
)
public:
void SetMsxAccount(
    String^ account, 
    String^ password
)
member SetMsxAccount : 
        account:string * 
        password:string -> unit 
public function SetMsxAccount(
    account : String, 
    password : String
)

Parameters

Uwagi

Ta metoda jest obsługiwana na SQL Server 2000 jedynie.