Udostępnij przez


JobServer.SetMsxAccount Method (String)

Sets the name of the credentials used to log in to the master server in multiserver administration.

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub SetMsxAccount ( _
    credentialName As String _
)
public void SetMsxAccount (
    string credentialName
)
public:
void SetMsxAccount (
    String^ credentialName
)
public void SetMsxAccount (
    String credentialName
)
public function SetMsxAccount (
    credentialName : String
)

Parameters

  • credentialName
    A String value that specifies the login name.

Remarks

This method was introduced in SQL Server 2005.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.