JsonScripter.ScriptUpdateCulture(Database, String, 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 culture/collation of a database.
public static string ScriptUpdateCulture(Microsoft.AnalysisServices.Core.Database db, string culture, string collation = default);
static member ScriptUpdateCulture : Microsoft.AnalysisServices.Core.Database * string * string -> string
Public Shared Function ScriptUpdateCulture (db As Database, culture As String, Optional collation As String = Nothing) As String
Parameters
- db
- Database
The database to script
- culture
- String
The culture string.
- collation
- String
The collation string.
Returns
System.String containing a scripted UpdateCulture command.