DataGenerationElement.DataGenerationFileName Property
Gets or sets the name of the data generation plan to apply to the database.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.dll)
Syntax
'Declaration
Public Property DataGenerationFileName As String
'Usage
Dim instance As DataGenerationElement
Dim value As String
value = instance.DataGenerationFileName
instance.DataGenerationFileName = value
public string DataGenerationFileName { get; set; }
public:
property String^ DataGenerationFileName {
String^ get ();
void set (String^ value);
}
public function get DataGenerationFileName () : String
public function set DataGenerationFileName (value : String)
Property Value
Type: System.String
This string represents the name of the data generation plan in the database project and includes the file extension.
Permissions
- 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.
See Also
Reference
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace