Share via


DatabaseDeploymentElement.DatabaseProjectFileName Property

 

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

Syntax

public string DatabaseProjectFileName { get; set; }
public:
property String^ DatabaseProjectFileName {
    String^ get();
    void set(String^ value);
}
member DatabaseProjectFileName : string with get, set
Public Property DatabaseProjectFileName As String

Property Value

Type: System.String

See Also

DatabaseDeploymentElement Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace

Return to top