JobServer.SetMsxAccount Méthode

Définition

Surcharges

Nom Description
SetMsxAccount(String)

Définit le nom d’informations d’identification du compte de serveur maître utilisé pour stocker les informations du compte MSX à l’aide de sp_msx_set_account.

SetMsxAccount(String, String)
Obsolète.

Définit le compte de serveur maître. Cette option est disponible uniquement pour SQL Server 2000.

SetMsxAccount(String)

Définit le nom d’informations d’identification du compte de serveur maître utilisé pour stocker les informations du compte MSX à l’aide de sp_msx_set_account.

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

Paramètres

credentialName
String

S’applique à

SetMsxAccount(String, String)

Attention

Cette API est à présent déconseillée.

Définit le compte de serveur maître. Cette option est disponible uniquement pour SQL Server 2000.

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)

Paramètres

account
String
password
String
Attributs

S’applique à