AgentSubSystem Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étant donné que les comptes proxy sont étroitement couplés avec les sous-systèmes SQL Agent et que nous n’avons pas d’objet SubSystem spécial, mais plutôt une énumération. Les valeurs de cette énumération doivent correspondre à la valeur service_id du moteur
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AgentSubSystemTypeConverter))]
public enum AgentSubSystem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AgentSubSystemTypeConverter))>]
type AgentSubSystem =
Public Enum AgentSubSystem
- Héritage
-
AgentSubSystem
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| TransactSql | 1 | À partir de 1, c'est comme sp_enum_sqlagent_subsystems le retourne Transact-SQL script (T-SQL) |
| ActiveScripting | 2 | Script ActiveX |
| CmdExec | 3 | Système d’exploitation (CmdExec) |
| Snapshot | 4 | Capture instantanée de réplication |
| LogReader | 5 | Lecteur de Transaction-Log de réplication |
| Distribution | 6 | Serveur de distribution de réplication |
| Merge | 7 | Fusion de réplication |
| QueueReader | 8 | Lecteur de file d’attente de réplication |
| AnalysisQuery | 9 | requête SQL Server Analysis Services |
| AnalysisCommand | 10 | Commande SQL Servier Analysis Services |
| Ssis | 11 | package SQL Server Integration Services |
| PowerShell | 12 | Sous-système PowerShell |