Compartir a través de


ProxyAccount.Reassign Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Reassign ( _
    targetProxyAccountName As String _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

ProxyAccount Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent