共用方式為


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。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dac 命名空間