Класс DacProfile

Contains settings related to a specific deployment configuration.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.DacProfile

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public NotInheritable Class DacProfile
'Применение
Dim instance As DacProfile
public sealed class DacProfile
public ref class DacProfile sealed
[<SealedAttribute>]
type DacProfile =  class end
public final class DacProfile

Тип DacProfile обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DacProfile Construct a new instance of the DacProfile class with a default set of deployment options.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от 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 (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac