DacImportParameters.ConnectionInfoParameter Class

 

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

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

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter

Public Class ConnectionInfoParameter

NameDescription
System_CAPS_pubmethodDacImportParameters.ConnectionInfoParameter()

Initializes a new instance of the ConnectionInfoParameter class.

NameDescription
System_CAPS_pubpropertyDatabaseName

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

System_CAPS_pubpropertyPassword

Required. Gets or sets the password for the server administrator.

System_CAPS_pubpropertyServerName

Required. Gets or sets the Azure SQL Database Server name where the imported database will be created.

System_CAPS_pubpropertyUserName

Required. Gets or sets the username of the server administration.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: