Freigeben über


ProxyAccount.RemoveServerRole-Methode

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

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

Syntax

'Declaration
Public Sub RemoveServerRole ( _
    serverRoleName As String _
)
'Usage
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
)

Parameter

  • serverRoleName
    Typ: System.String
    A String value that specifies the SQL Server server role to be removed.

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

ProxyAccount Klasse

Microsoft.SqlServer.Management.Smo.Agent-Namespace

Andere Ressourcen

Automatisierte Administrationstasks (SQL Server-Agent)

sp_update_proxy (Transact-SQL)