Freigeben über


Model.UpdateCollation(String) Method

Definition

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.

Applies to