Méthode ProxyAccount.AddMsdbRole
Adds a Microsoft SQL Server database role to the proxy account.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub AddMsdbRole ( _
msdbRoleName As String _
)
'Utilisation
Dim instance As ProxyAccount
Dim msdbRoleName As String
instance.AddMsdbRole(msdbRoleName)
public void AddMsdbRole(
string msdbRoleName
)
public:
void AddMsdbRole(
String^ msdbRoleName
)
member AddMsdbRole :
msdbRoleName:string -> unit
public function AddMsdbRole(
msdbRoleName : String
)
Paramètres
- msdbRoleName
Type : System.String
A String value that specifies the SQL Server database role that is associated with the proxy account.
Exemples
Planification des tâches administratives automatiques dans l'Agent SQL Server
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.Agent