DataGenerationElement.DataGenerationFileName 屬性
取得或設定套用到資料庫的資料產生計劃名稱。
命名空間: Microsoft.Data.Schema.UnitTesting.Configuration
組件: Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)
語法
'宣告
Public Property DataGenerationFileName As String
Get
Set
public string DataGenerationFileName { get; set; }
public:
property String^ DataGenerationFileName {
String^ get ();
void set (String^ value);
}
member DataGenerationFileName : string with get, set
function get DataGenerationFileName () : String
function set DataGenerationFileName (value : String)
屬性值
備註
這個字串代表資料庫專案中的資料產生計劃名稱,而且包含副檔名。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。