Skip to main content

Enum DdlBuildMode

Namespace: Varigence.Languages.Biml.Platform

Assembly: Biml.dll

C#


[Flags]
public enum DdlBuildMode

Fields

FieldsDescription
MultipleSqlFilesSpecifies that the DDL for the relational objects in the project should be emitted as multiple T-SQL files.
NoneSpecifies that no DDL for the relational objects in the project should be emitted.
SingleSqlFileSpecifies that the DDL for the relational objects in the project should be emitted as a single T-SQL file.
SsisPackagesSpecifies that the DDL for the relational objects in the project should be emitted within SSIS Execute SQL tasks.