Share via


DBSetupDeployTask.DatabaseName Property

Gets or sets a database name.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property DatabaseName As String
[RequiredAttribute]
public string DatabaseName { get; set; }
[RequiredAttribute]
public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBSetupDeployTask Class

Microsoft.Data.Schema.Tasks Namespace