SqlColumnEncryptionMigrationStep 클래스

정의

sql 배포 계획의 열 암호화에 대한 데이터 동작 단계를 나타냅니다. 이 클래스는 읽기 전용용이며 인스턴스화할 수 없습니다.

public sealed class SqlColumnEncryptionMigrationStep : Microsoft.SqlServer.Dac.Deployment.AlterElementStep
type SqlColumnEncryptionMigrationStep = class
    inherit AlterElementStep
Public NotInheritable Class SqlColumnEncryptionMigrationStep
Inherits AlterElementStep
상속

속성

Name Description
IsMessageInFirstBatch

GenerateTSql()을 호출할 때 단계의 메시지가 첫 번째 일괄 처리가 된다면 true를 반환합니다.

(다음에서 상속됨 DeploymentScriptDomStep)
Message

단계를 설명하는 선택적 메시지를 가져옵니다.

(다음에서 상속됨 DeploymentScriptDomStep)
Next

DeploymentStep 형식인 컨테이너 LinkedListNode<T> 의 다음 단계를 가져옵니다.

(다음에서 상속됨 DeploymentStep)
Previous

DeploymentStep 형식인 컨테이너 LinkedListNode<T> 의 이전 단계를 가져옵니다.

(다음에서 상속됨 DeploymentStep)
Script

이 단계의 스크립트를 가져옵니다.

(다음에서 상속됨 DeploymentScriptDomStep)
ScriptGenerator

이 단계의 ScriptGenerator를 가져옵니다.

(다음에서 상속됨 DeploymentScriptDomStep)
SourceElement

변경 단계에서 원본 요소 가져오기

(다음에서 상속됨 AlterElementStep)
SourceTable

원본 테이블 개체를 가져옵니다.

TargetElement

변경 단계에서 대상 요소를 가져옵니다.

(다음에서 상속됨 AlterElementStep)
TargetTable

대상 테이블 개체를 가져옵니다.

메서드

Name Description
GenerateBatchScript(TextWriter)

제공된 작성기에 일괄 처리 스크립트 집합을 쓰는 도우미

(다음에서 상속됨 DeploymentStep)
GenerateTSQL()

배포 중에 적용할 TSQL 스크립트 일괄 처리 집합을 나타내는 문자열 목록을 반환합니다.

(다음에서 상속됨 DeploymentStepInternal)
ToString()

이 단계를 설명하는 문자열을 반환합니다. 기본은 단계의 형식을 반환합니다.

(다음에서 상속됨 DeploymentStepInternal)

적용 대상