Partilhar via


Método ProxyAccount.RemoveMsdbRole

Removes a Microsoft SQL Server database role from the referenced proxy account.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub RemoveMsdbRole ( _
    msdbRoleName As String _
)
'Uso
Dim instance As ProxyAccount 
Dim msdbRoleName As String

instance.RemoveMsdbRole(msdbRoleName)
public void RemoveMsdbRole(
    string msdbRoleName
)
public:
void RemoveMsdbRole(
    String^ msdbRoleName
)
member RemoveMsdbRole : 
        msdbRoleName:string -> unit
public function RemoveMsdbRole(
    msdbRoleName : String
)

Parâmetros

  • msdbRoleName
    Tipo: System.String
    A String value that specifies the SQL Server database role to be removed.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

ProxyAccount Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

sp_update_proxy (Transact-SQL)