Compartir a través de


DatabaseDeploymentElement.DatabaseProjectFileName (Propiedad)

Obtiene o establece el nombre del archivo de proyecto de prueba de base de datos.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Configuration
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
Public Property DatabaseProjectFileName As String
    Get
    Set
public string DatabaseProjectFileName { get; set; }
public:
property String^ DatabaseProjectFileName {
    String^ get ();
    void set (String^ value);
}
member DatabaseProjectFileName : string with get, set
function get DatabaseProjectFileName () : String
function set DatabaseProjectFileName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DatabaseDeploymentElement Clase

Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)