共用方式為


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)

屬性值

型別:System.String

備註

這個字串代表資料庫專案中的資料產生計劃名稱,而且包含副檔名。

.NET Framework 安全性

請參閱

參考

DataGenerationElement 類別

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