Поделиться через


DataGenerationElement.DataGenerationFileName Property

Gets or sets the name of the data generation plan to apply to the database.

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
Public Property DataGenerationFileName As String
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)

Property Value

Type: System.String

Remarks

This string represents the name of the data generation plan in the database project and includes the file name extension.

.NET Framework Security

See Also

Reference

DataGenerationElement Class

Microsoft.Data.Schema.UnitTesting.Configuration Namespace