ExportDeploymentPlanModifierAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现 DeploymentPlanModifier 的具体类必须将属性添加到 ExportDeploymentPlanModifierAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanModifiers 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportDeploymentPlanModifierAttribute : Microsoft.SqlServer.Dac.Extensibility.ExportStandardMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportDeploymentPlanModifierAttribute = class
inherit ExportStandardMetadataAttribute
Public Class ExportDeploymentPlanModifierAttribute
Inherits ExportStandardMetadataAttribute
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| ExportDeploymentPlanModifierAttribute(String, String) | |
| ExportDeploymentPlanModifierAttribute(Type, String) |
Intializes a ExportDeploymentPlanModifierAttribute |
属性
| 名称 | 说明 |
|---|---|
| DisplayName |
实现 DeploymentPlanModifier 的具体类必须将属性添加到 ExportDeploymentPlanModifierAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanModifiers 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递 (继承自 ExportStandardMetadataAttribute) |
| Id |
实现 DeploymentPlanModifier 的具体类必须将属性添加到 ExportDeploymentPlanModifierAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanModifiers 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递 (继承自 ExportStandardMetadataAttribute) |
| PlatformCompatibility |
实现 DeploymentPlanModifier 的具体类必须将属性添加到 ExportDeploymentPlanModifierAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanModifiers 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递 (继承自 ExportStandardMetadataAttribute) |
| Version |
实现 DeploymentPlanModifier 的具体类必须将属性添加到 ExportDeploymentPlanModifierAttribute 其类定义中。 这可确保在 SQL 部署期间检测到它们并可供使用。 DeploymentPlanModifiers 需要唯一 ID,该 ID 可以基于其完全限定的类型名称,或显式作为字符串传递 (继承自 ExportStandardMetadataAttribute) |