DacCompilationUnit Class
The DacCompilationUnit accepts Transact-SQL content and compiles it into a data-tier application (DAC) type. Any Transact-SQL file can be added or removed prior to compilation.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
The DacCompilationUnit type exposes the following members.
| Name | Description | |
|---|---|---|
|
DacCompilationUnit() | Initializes a new instance of the DacCompilationUnit class. |
|
DacCompilationUnit(String, Version, String) | Initializes a new instance of the DacCompilationUnit class with the specified information. |
| Name | Description | |
|---|---|---|
|
DatabaseCollation | Gets or sets the database collation used for the compile. |
|
Description | Gets or sets the text description of the DAC type. |
|
MiscellaneousFiles | A collection enumerating the miscellaneous files to include in the DAC type. |
|
TargetSelectionPolicy | Gets or sets the server selection policy to compile into the DAC type. |
|
TypeName | Gets or sets the name of the DAC type. |
|
Version | Gets or sets the version of the DAC type. |
| Name | Description | |
|---|---|---|
|
AddTSqlSourceFile | Adds a Transact-SQL script file to the compilation unit. |
|
Compile | Compiles a DAC type based on the Transact-SQL scripts, server selection policy, and miscellaneous files specified for the DacCompilationUnit object. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
RemoveTSqlSourceFile | Removes a Transact-SQL script file from the compilation unit. |
|
ToString | (Inherited from Object.) |
Using the DacCompilationUnit object, you can:
-
Add and remove Transact-SQL command files.
-
Compile the DAC type with a given collation.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.