Método ProxyAccount.RemoveServerRole

Removes a Microsoft SQL Server server 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 RemoveServerRole ( _
    serverRoleName As String _
)
'Uso
Dim instance As ProxyAccount 
Dim serverRoleName As String

instance.RemoveServerRole(serverRoleName)
public void RemoveServerRole(
    string serverRoleName
)
public:
void RemoveServerRole(
    String^ serverRoleName
)
member RemoveServerRole : 
        serverRoleName:string -> unit
public function RemoveServerRole(
    serverRoleName : String
)

Parâmetros

  • serverRoleName
    Tipo: System.String
    A String value that specifies the SQL Server server 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)