共用方式為


DacProfile 類別

定義

包含特定部署組態的相關設定。

public sealed class DacProfile
type DacProfile = class
Public NotInheritable Class DacProfile
繼承
DacProfile

建構函式

DacProfile()

使用一組預設的部署選項建構 DacProfile 類別的新執行個體。

屬性

DeployOptions

取得與這個設定檔相關聯的部署選項。

TargetConnectionString

針對當做部署目標使用的資料庫伺服器取得或設定連接字串。

TargetDatabaseName

取得或設定當做部署目標使用的資料庫名稱。

方法

Load(Stream)

從指定的 DacProfile 讀取序列化設定檔資料來建立 Stream 執行個體。

Load(String)

從指定的檔案讀取序列化設定檔資料以建立 DacProfile 執行個體。

Save(String)

將 DacProfile 儲存至發行設定檔

適用於