SqlServer.ElasticPools.define(String elasticPoolName) 方法
定义
Creates a new elastic pool in SQL Server.
public SqlElasticPool.DefinitionStages.Blank define(String elasticPoolName)
参数
- elasticPoolName
- String
name of the elastic pool to be created
返回
SqlElasticPool.DefinitionStages.Blank
Returns a stage to specify arguments of the elastic pool