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。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)