JsonScripter.ScriptUpdateCollation(Database, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a script to update collation of a database.
public static string ScriptUpdateCollation(Microsoft.AnalysisServices.Core.Database db, string collation);
static member ScriptUpdateCollation : Microsoft.AnalysisServices.Core.Database * string -> string
Public Shared Function ScriptUpdateCollation (db As Database, collation As String) As String
Parameters
- db
- Database
The database to script
- collation
- String
The collation string.
Returns
System.String containing a scripted UpdateCulture command.