Langage

ExportDeploymentPlanExecutorAttribute Classe

Définition

Les classes concrètes qui implémentent DeploymentPlanExecutor doivent ajouter l’attribut ExportDeploymentPlanExecutorAttribute à leur définition de classe. Cela garantit qu’ils seront détectés et disponibles pour une utilisation pendant le déploiement SQL. DeploymentPlanExecutornécessite un ID unique qui peut être basé sur son nom de type complet ou transmis explicitement en tant que chaîne

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportDeploymentPlanExecutorAttribute : Microsoft.SqlServer.Dac.Extensibility.ExportStandardMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportDeploymentPlanExecutorAttribute = class
    inherit ExportStandardMetadataAttribute
Public Class ExportDeploymentPlanExecutorAttribute
Inherits ExportStandardMetadataAttribute
Héritage
ExportDeploymentPlanExecutorAttribute
Attributs

Constructeurs

Nom Description
ExportDeploymentPlanExecutorAttribute(String, String)

Initialise un ExportDeploymentPlanExecutorAttribute

ExportDeploymentPlanExecutorAttribute(Type, String)

Intialise un ExportDeploymentPlanExecutorAttribute

Propriétés

Nom Description
DisplayName

Les classes concrètes qui implémentent DeploymentPlanExecutor doivent ajouter l’attribut ExportDeploymentPlanExecutorAttribute à leur définition de classe. Cela garantit qu’ils seront détectés et disponibles pour une utilisation pendant le déploiement SQL. DeploymentPlanExecutornécessite un ID unique qui peut être basé sur son nom de type complet ou transmis explicitement en tant que chaîne

(Hérité de ExportStandardMetadataAttribute)
Id

Les classes concrètes qui implémentent DeploymentPlanExecutor doivent ajouter l’attribut ExportDeploymentPlanExecutorAttribute à leur définition de classe. Cela garantit qu’ils seront détectés et disponibles pour une utilisation pendant le déploiement SQL. DeploymentPlanExecutornécessite un ID unique qui peut être basé sur son nom de type complet ou transmis explicitement en tant que chaîne

(Hérité de ExportStandardMetadataAttribute)
PlatformCompatibility

Les classes concrètes qui implémentent DeploymentPlanExecutor doivent ajouter l’attribut ExportDeploymentPlanExecutorAttribute à leur définition de classe. Cela garantit qu’ils seront détectés et disponibles pour une utilisation pendant le déploiement SQL. DeploymentPlanExecutornécessite un ID unique qui peut être basé sur son nom de type complet ou transmis explicitement en tant que chaîne

(Hérité de ExportStandardMetadataAttribute)
Version

Les classes concrètes qui implémentent DeploymentPlanExecutor doivent ajouter l’attribut ExportDeploymentPlanExecutorAttribute à leur définition de classe. Cela garantit qu’ils seront détectés et disponibles pour une utilisation pendant le déploiement SQL. DeploymentPlanExecutornécessite un ID unique qui peut être basé sur son nom de type complet ou transmis explicitement en tant que chaîne

(Hérité de ExportStandardMetadataAttribute)

S’applique à