Share via


DatabaseDeploymentProperties コンストラクター (ServerConnection, , AzureEdition, )

Initializes a new instance of the DatabaseDeploymentProperties class with specified server connection, database name, edition, and size.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Sub New ( _
    srvConnection As ServerConnection, _
    databaseName As , _
    azureEdition As AzureEdition, _
    azureMaxSize As  _
)
'使用

Dim srvConnection As ServerConnection
Dim databaseName As 
Dim azureEdition As AzureEdition
Dim azureMaxSize As 

Dim instance As New DatabaseDeploymentProperties(srvConnection, _
    databaseName, azureEdition, azureMaxSize)
public DatabaseDeploymentProperties(
    ServerConnection srvConnection,
     databaseName,
    AzureEdition azureEdition,
     azureMaxSize
)
public:
DatabaseDeploymentProperties(
    ServerConnection^ srvConnection, 
    ^ databaseName, 
    AzureEdition azureEdition, 
     azureMaxSize
)
new : 
        srvConnection:ServerConnection * 
        databaseName: * 
        azureEdition:AzureEdition * 
        azureMaxSize: -> DatabaseDeploymentProperties
public function DatabaseDeploymentProperties(
    srvConnection : ServerConnection, 
    databaseName : , 
    azureEdition : AzureEdition, 
    azureMaxSize : 
)

パラメーター

  • databaseName
    型:
    The name of the database to be used as a target for this operation.
  • azureMaxSize
    型:
    The maximum size of the azure database.

関連項目

参照

DatabaseDeploymentProperties クラス

DatabaseDeploymentProperties オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間