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 命名空间