Partager via


Méthode ProxyAccount.Reassign

Reassign the job steps that refer to the current proxy account name to a new proxy account name.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Reassign ( _
    targetProxyAccountName As String _
)
'Utilisation
Dim instance As ProxyAccount 
Dim targetProxyAccountName As String

instance.Reassign(targetProxyAccountName)
public void Reassign(
    string targetProxyAccountName
)
public:
void Reassign(
    String^ targetProxyAccountName
)
member Reassign : 
        targetProxyAccountName:string -> unit
public function Reassign(
    targetProxyAccountName : String
)

Paramètres

  • targetProxyAccountName
    Type : System.String
    The new proxy account name.

Voir aussi

Référence

ProxyAccount Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent