ExportDeploymentPlanExecutorAttribute 클래스

정의

구현하는 DeploymentPlanExecutor 구체적인 클래스는 해당 클래스 정의에 ExportDeploymentPlanExecutorAttribute 특성을 추가해야 합니다. 이렇게 하면 SQL 배포 중에 검색되고 사용할 수 있습니다. DeploymentPlanExecutors에는 정규화된 형식 이름을 기반으로 하거나 명시적으로 문자열로 전달될 수 있는 고유 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
특성

생성자

Name Description
ExportDeploymentPlanExecutorAttribute(String, String)

를 초기화합니다. ExportDeploymentPlanExecutorAttribute

ExportDeploymentPlanExecutorAttribute(Type, String)

를 초기화합니다. ExportDeploymentPlanExecutorAttribute

속성

Name Description
DisplayName

구현하는 DeploymentPlanExecutor 구체적인 클래스는 해당 클래스 정의에 ExportDeploymentPlanExecutorAttribute 특성을 추가해야 합니다. 이렇게 하면 SQL 배포 중에 검색되고 사용할 수 있습니다. DeploymentPlanExecutors에는 정규화된 형식 이름을 기반으로 하거나 명시적으로 문자열로 전달될 수 있는 고유 ID가 필요합니다.

(다음에서 상속됨 ExportStandardMetadataAttribute)
Id

구현하는 DeploymentPlanExecutor 구체적인 클래스는 해당 클래스 정의에 ExportDeploymentPlanExecutorAttribute 특성을 추가해야 합니다. 이렇게 하면 SQL 배포 중에 검색되고 사용할 수 있습니다. DeploymentPlanExecutors에는 정규화된 형식 이름을 기반으로 하거나 명시적으로 문자열로 전달될 수 있는 고유 ID가 필요합니다.

(다음에서 상속됨 ExportStandardMetadataAttribute)
PlatformCompatibility

구현하는 DeploymentPlanExecutor 구체적인 클래스는 해당 클래스 정의에 ExportDeploymentPlanExecutorAttribute 특성을 추가해야 합니다. 이렇게 하면 SQL 배포 중에 검색되고 사용할 수 있습니다. DeploymentPlanExecutors에는 정규화된 형식 이름을 기반으로 하거나 명시적으로 문자열로 전달될 수 있는 고유 ID가 필요합니다.

(다음에서 상속됨 ExportStandardMetadataAttribute)
Version

구현하는 DeploymentPlanExecutor 구체적인 클래스는 해당 클래스 정의에 ExportDeploymentPlanExecutorAttribute 특성을 추가해야 합니다. 이렇게 하면 SQL 배포 중에 검색되고 사용할 수 있습니다. DeploymentPlanExecutors에는 정규화된 형식 이름을 기반으로 하거나 명시적으로 문자열로 전달될 수 있는 고유 ID가 필요합니다.

(다음에서 상속됨 ExportStandardMetadataAttribute)

적용 대상