ExportDeploymentPlanModifierAttribute クラス

定義

DeploymentPlanModifierを実装する具象クラスは、クラス定義にExportDeploymentPlanModifierAttribute属性を追加する必要があります。 これにより、SQL デプロイ中に検出され、使用できるようになります。 DeploymentPlanModifierには、完全修飾型名に基づく、または文字列として明示的に渡すことができる一意の 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
属性

コンストラクター

名前 説明
ExportDeploymentPlanModifierAttribute(String, String)

を初期化します。 ExportDeploymentPlanModifierAttribute

ExportDeploymentPlanModifierAttribute(Type, String)

を初期化します。 ExportDeploymentPlanModifierAttribute

プロパティ

名前 説明
DisplayName

DeploymentPlanModifierを実装する具象クラスは、クラス定義にExportDeploymentPlanModifierAttribute属性を追加する必要があります。 これにより、SQL デプロイ中に検出され、使用できるようになります。 DeploymentPlanModifierには、完全修飾型名に基づく、または文字列として明示的に渡すことができる一意の ID が必要です

(継承元 ExportStandardMetadataAttribute)
Id

DeploymentPlanModifierを実装する具象クラスは、クラス定義にExportDeploymentPlanModifierAttribute属性を追加する必要があります。 これにより、SQL デプロイ中に検出され、使用できるようになります。 DeploymentPlanModifierには、完全修飾型名に基づく、または文字列として明示的に渡すことができる一意の ID が必要です

(継承元 ExportStandardMetadataAttribute)
PlatformCompatibility

DeploymentPlanModifierを実装する具象クラスは、クラス定義にExportDeploymentPlanModifierAttribute属性を追加する必要があります。 これにより、SQL デプロイ中に検出され、使用できるようになります。 DeploymentPlanModifierには、完全修飾型名に基づく、または文字列として明示的に渡すことができる一意の ID が必要です

(継承元 ExportStandardMetadataAttribute)
Version

DeploymentPlanModifierを実装する具象クラスは、クラス定義にExportDeploymentPlanModifierAttribute属性を追加する必要があります。 これにより、SQL デプロイ中に検出され、使用できるようになります。 DeploymentPlanModifierには、完全修飾型名に基づく、または文字列として明示的に渡すことができる一意の ID が必要です

(継承元 ExportStandardMetadataAttribute)

適用対象