Share via


ConnectionInfoParameter.DatabaseName Property

Required. Gets or sets the name of the database into which the DACPAC file will be imported.

Namespace: Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Usage

'Usage
Dim instance As ConnectionInfoParameter
Dim value As String

value = instance.DatabaseName

instance.DatabaseName = value

Syntax

'Declaration
Public Property DatabaseName As String
public string DatabaseName { get; set; }
public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DatabaseName ()

/** @property */
public void set_DatabaseName (String value)
public function get DatabaseName () : String

public function set DatabaseName (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ConnectionInfoParameter Class
ConnectionInfoParameter Members
Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters Namespace