JobServer.SetMsxAccount Methode

Definition

Überlädt

Name Beschreibung
SetMsxAccount(String)

Legt den Anmeldeinformationsnamen des Masterserverkontos fest, der zum Speichern der MSX-Kontoinformationen mithilfe von sp_msx_set_account verwendet wird.

SetMsxAccount(String, String)
Veraltet.

Legt das Masterserverkonto fest. Dies ist nur für SQL Server 2000 verfügbar.

SetMsxAccount(String)

Legt den Anmeldeinformationsnamen des Masterserverkontos fest, der zum Speichern der MSX-Kontoinformationen mithilfe von sp_msx_set_account verwendet wird.

public void SetMsxAccount(string credentialName);
member this.SetMsxAccount : string -> unit
Public Sub SetMsxAccount (credentialName As String)

Parameter

credentialName
String

Gilt für:

SetMsxAccount(String, String)

Achtung

Diese API ist nun veraltet.

Legt das Masterserverkonto fest. Dies ist nur für SQL Server 2000 verfügbar.

public void SetMsxAccount(string account, string password);
[System.Obsolete]
public void SetMsxAccount(string account, string password);
member this.SetMsxAccount : string * string -> unit
[<System.Obsolete>]
member this.SetMsxAccount : string * string -> unit
Public Sub SetMsxAccount (account As String, password As String)

Parameter

account
String
password
String
Attribute

Gilt für: