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)
屬性值
備註
這是部署資料庫時套用的組態。 若為資料庫單元測試,您可能會想建立只用於單元測試的自訂組態。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。