Freigeben über


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
Öffentliche Methode DacProfile Construct a new instance of the DacProfile class with a default set of deployment options.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DeployOptions Get deployment options associated with this profile.
Öffentliche Eigenschaft TargetConnectionString Get or set connection string for database server used as the target of a deployment.
Öffentliche Eigenschaft TargetDatabaseName Get or set name of database used as the target of a deployment.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche MethodeStatisches Element Load(Stream) Create a DacProfile instance by reading serialized profile data from the specified DacProfile.
Öffentliche MethodeStatisches Element Load(String) Create a DacProfile instance by reading serialized profile data from the specified file.
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dac-Namespace