ExportDeploymentPlanExecutorAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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(String, String) | |
| ExportDeploymentPlanExecutorAttribute(Type, String) |
プロパティ
| 名前 | 説明 |
|---|---|
| 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) |