DacProfile-Klasse
Contains settings related to a specific deployment configuration.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.DacProfile
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public NotInheritable Class DacProfile
'Usage
Dim instance As DacProfile
public sealed class DacProfile
public ref class DacProfile sealed
[<SealedAttribute>]
type DacProfile = class end
public final class DacProfile
Der DacProfile-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DacProfile | Construct a new instance of the DacProfile class with a default set of deployment options. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von 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 | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.