SqlElasticPool.DefinitionStages.WithDatabase.withExistingDatabase 方法
定义
重载
withExistingDatabase(SqlDatabase database) |
Adds the database in the SQL elastic pool.
|
withExistingDatabase(String databaseName) |
Adds an existing database in the SQL elastic pool.
|
withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
public WithCreate withExistingDatabase(SqlDatabase database)
参数
- database
- SqlDatabase
database instance to be added in SQL elastic pool
返回
The next stage of the definition.
withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
public WithCreate withExistingDatabase(String databaseName)
参数
- databaseName
- String
name of the existing database to be added in the elastic pool
返回
The next stage of the definition.