Classe DacCompilationUnit
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.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacCompilationUnit
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public Class DacCompilationUnit
'Utilizzo
Dim instance As DacCompilationUnit
public class DacCompilationUnit
public ref class DacCompilationUnit
type DacCompilationUnit = class end
public class DacCompilationUnit
Nel tipo DacCompilationUnit sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
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 | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
RemoveTSqlSourceFile | Removes a Transact-SQL script file from the compilation unit. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
Using the DacCompilationUnit object, you can:
Add and remove Transact-SQL command files.
Compile the DAC type with a given collation.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.