DeploymentStep 클래스

정의

배포 계획의 단계를 나타냅니다.

public abstract class DeploymentStep
type DeploymentStep = class
Public MustInherit Class DeploymentStep
상속
DeploymentStep
파생

생성자

Name Description
DeploymentStep()

배포 계획의 단계를 나타냅니다.

속성

Name Description
Next

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

Previous

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

메서드

Name Description
GenerateBatchScript(TextWriter)

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

GenerateTSQL()

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

ToString()

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

적용 대상