C# 클래스 SSDTDevPack.QuickDeploy.QuickDeployer

파일 보기 프로젝트 열기: GoEddie/SSDT-DevPack

공개 메소드들

메소드 설명
DeployFile ( string newCode ) : void
GetDeployScript ( string newCode ) : string

비공개 메소드들

메소드 설명
BuildIfNotExistsStatements ( CreateFunctionStatement function ) : string
BuildIfNotExistsStatements ( CreateProcedureStatement procedure ) : string
BuildIfNotExistsStatementsInlineFunction ( CreateFunctionStatement function ) : string
ChangeCreateToAlter ( CreateFunctionStatement function, string wholeScript ) : string
ChangeCreateToAlter ( CreateProcedureStatement procedure, string wholeScript ) : string
Deploy ( string statement ) : void

메소드 상세

DeployFile() 공개 정적인 메소드

public static DeployFile ( string newCode ) : void
newCode string
리턴 void

GetDeployScript() 공개 정적인 메소드

public static GetDeployScript ( string newCode ) : string
newCode string
리턴 string