Utils Class
Updated: May 24, 2016
General purpose utilities used primarily for name validation and syntax checks.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CanRefreshWithOverrides(RefreshType) | Gets a value indicating whether metadata overrides can be used when issuing a refresh request with this RefreshType. |
![]() ![]() | GetSyntacticallyValidName(String^, ObjectType) | Gets the syntactically valid name of the object. Null or empty names are replaced with a default name. Names exceeding maximum allowed length are trimmed. Invalid XML is removed. |
![]() ![]() | IsSyntacticallyValidName(String^, ObjectType, String^%) | A Boolean indicating whether the name is syntactically correct. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

