ExportDeploymentPlanExecutorAttribute クラス

定義

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

を初期化します。 ExportDeploymentPlanExecutorAttribute

プロパティ

名前 説明
DisplayName

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

(継承元 ExportStandardMetadataAttribute)
Id

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

(継承元 ExportStandardMetadataAttribute)
PlatformCompatibility

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

(継承元 ExportStandardMetadataAttribute)
Version

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

(継承元 ExportStandardMetadataAttribute)

適用対象