JsonScripter.ScriptResetCulture(Database, CultureResetMode) 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 ScriptResetCulture(Microsoft.AnalysisServices.Core.Database db, Microsoft.AnalysisServices.Tabular.CultureResetMode mode);
static member ScriptResetCulture : Microsoft.AnalysisServices.Core.Database * Microsoft.AnalysisServices.Tabular.CultureResetMode -> string
Public Shared Function ScriptResetCulture (db As Database, mode As CultureResetMode) As String
Parameters
- db
- Database
The database to script
- mode
- CultureResetMode
The culture reset mode.
Returns
System.String containing a scripted ResetCulture command.