Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)