Share via


ConnectionInfoParameter Members

Represents the connection information for the Azure SQL Database into which the DACPAC file will be imported.

The following tables list the members exposed by the ConnectionInfoParameter type.

Public Constructors

  Name Description
  ConnectionInfoParameter Initializes a new instance of the ConnectionInfoParameter class.

Top

Public Properties

  Name Description
DatabaseName Required. Gets or sets the name of the database into which the DACPAC file will be imported.
Password Required. Gets or sets the password for the server administrator.
ServerName Required. Gets or sets the Azure SQL Database Server name where the imported database will be created.
UserName Required. Gets or sets the username of the server administration.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

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