ExportDeploymentPlanExecutorAttribute 类

定义

实现 DeploymentPlanExecutor 的具体类必须将属性添加到 ExportDeploymentPlanExecutorAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanExecutors 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递

[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
继承
ExportDeploymentPlanExecutorAttribute
属性

构造函数

名称 说明
ExportDeploymentPlanExecutorAttribute(String, String)

初始化 ExportDeploymentPlanExecutorAttribute

ExportDeploymentPlanExecutorAttribute(Type, String)

Intializes a ExportDeploymentPlanExecutorAttribute

属性

名称 说明
DisplayName

实现 DeploymentPlanExecutor 的具体类必须将属性添加到 ExportDeploymentPlanExecutorAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanExecutors 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递

(继承自 ExportStandardMetadataAttribute)
Id

实现 DeploymentPlanExecutor 的具体类必须将属性添加到 ExportDeploymentPlanExecutorAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanExecutors 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递

(继承自 ExportStandardMetadataAttribute)
PlatformCompatibility

实现 DeploymentPlanExecutor 的具体类必须将属性添加到 ExportDeploymentPlanExecutorAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanExecutors 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递

(继承自 ExportStandardMetadataAttribute)
Version

实现 DeploymentPlanExecutor 的具体类必须将属性添加到 ExportDeploymentPlanExecutorAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanExecutors 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递

(继承自 ExportStandardMetadataAttribute)

适用于