Classe DacProfile
Contains settings related to a specific deployment configuration.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.DacProfile
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
Public NotInheritable Class DacProfile
'Uso
Dim instance As DacProfile
public sealed class DacProfile
public ref class DacProfile sealed
[<SealedAttribute>]
type DacProfile = class end
public final class DacProfile
O tipo DacProfile expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DacProfile | Construct a new instance of the DacProfile class with a default set of deployment options. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DeployOptions | Get deployment options associated with this profile. | |
TargetConnectionString | Get or set connection string for database server used as the target of a deployment. | |
TargetDatabaseName | Get or set name of database used as the target of a deployment. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Load(Stream) | Create a DacProfile instance by reading serialized profile data from the specified DacProfile. | |
Load(String) | Create a DacProfile instance by reading serialized profile data from the specified file. | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.