Model.UpdateCollation(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.
Updates the collation of the model.
public Microsoft.AnalysisServices.Tabular.ModelOperationResult UpdateCollation(string collation);
member this.UpdateCollation : string -> Microsoft.AnalysisServices.Tabular.ModelOperationResult
Public Function UpdateCollation (collation As String) As ModelOperationResult
Parameters
- collation
- String
The new collation string.
Returns
A ModelOperationResult with the results of the update collation operation.
Remarks
When altering the collation or culture of a semantic model hosted on SQL Server Analysis Services or Azure Analysis Services, you must set the data source credentials after performing this operation.