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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.