ProxyAccount.Reassign 메서드
Reassign the job steps that refer to the current proxy account name to a new proxy account name.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Reassign ( _
targetProxyAccountName As String _
)
‘사용 방법
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
)
매개 변수
- targetProxyAccountName
유형: System.String
The new proxy account name.