現在のプロキシ アカウント名を参照するジョブ ステップを新しいプロキシ アカウント名に再割り当てします。
名前空間: 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
新しいプロキシ アカウント名です。