DatabaseDeploymentElement.Configuration Property
Gets or sets the name test project configuration. For example, "debug" or "retail".
Namespace: Microsoft.Data.Schema.UnitTesting.Configuration
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property Configuration As String
public string Configuration { get; set; }
public:
property String^ Configuration {
String^ get ();
void set (String^ value);
}
member Configuration : string with get, set
function get Configuration () : String
function set Configuration (value : String)
Property Value
Type: System.String
Remarks
This is the configuration that is applied when the database is deployed. For database unit testing, you might want to create a custom configuration that you use just for unit testing.
.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.