共用方式為


DatabaseDeploymentElement.Configuration 屬性

取得或設定測試專案組態的名稱。 例如 "debug" 或 "retail"。

命名空間:  Microsoft.Data.Schema.UnitTesting.Configuration
組件:  Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)

語法

'宣告
Public Property Configuration As String
    Get
    Set
public string Configuration { get; set; }
public:
property String^ Configuration {
    String^ get ();
    void set (String^ value);
}
member Configuration : string with get, set
function get Configuration () : String
function set Configuration (value : String)

屬性值

型別:System.String

備註

這是部署資料庫時套用的組態。 若為資料庫單元測試,您可能會想建立只用於單元測試的自訂組態。

.NET Framework 安全性

請參閱

參考

DatabaseDeploymentElement 類別

Microsoft.Data.Schema.UnitTesting.Configuration 命名空間