ProxyAccount.Reassign(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reassign job steps that refer to current proxy account name to a new proxy account name supported on SQL 11 onwards - depends on stored proc 'sp_reassign_proxy' in msdb
public void Reassign (string targetProxyAccountName);
member this.Reassign : string -> unit
Public Sub Reassign (targetProxyAccountName As String)
Parameters
- targetProxyAccountName
- String