Utils Class

 

Updated: May 24, 2016

General purpose utilities used primarily for name validation and syntax checks.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::Utils

public ref class Utils abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCanRefreshWithOverrides(RefreshType)

Gets a value indicating whether metadata overrides can be used when issuing a refresh request with this RefreshType.

System_CAPS_pubmethodSystem_CAPS_staticGetSyntacticallyValidName(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.

System_CAPS_pubmethodSystem_CAPS_staticIsSyntacticallyValidName(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.

Return to top
Show: