SqlDatabase.DefinitionStages.WithCollationAllCreateOptions.withCollation(String collation) 方法
定义
Sets the collation for the SQL Database.
public WithCreate withCollation(String collation)
参数
- collation
-
String
collation to be set for database
返回
The next stage of the definition
适用于