Utils Class

 

Updated: May 24, 2016

General purpose utilities used primarily for validation and syntax checks.

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

System::Object
  Microsoft.AnalysisServices::Utils

[GuidAttribute("140A51B7-0409-4bf2-B6FE-06408F517C3F")]
public ref class Utils abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDeserialize(XmlReader^, MajorObject^)

Deserializes the XML document contained by the specified xml reader.

System_CAPS_pubmethodSystem_CAPS_staticGetSyntacticallyValidID(String^, Type^)

Gets the valid identifier syntactically.

System_CAPS_pubmethodSystem_CAPS_staticGetSyntacticallyValidName(String^, Type^)

Gets the valid name syntactically.

System_CAPS_pubmethodSystem_CAPS_staticGetSyntacticallyValidName(String^, Type^, ModelType, Int32)

Gets the valid name syntactically.

System_CAPS_pubmethodSystem_CAPS_staticIsSyntacticallyValidID(String^, Type^, String^%)

Indicates whether the valid ID is syntactically processed.

System_CAPS_pubmethodSystem_CAPS_staticIsSyntacticallyValidName(String^, Type^, ModelType, Int32, String^%)

Indicates whether the valid name is syntactically processed.

System_CAPS_pubmethodSystem_CAPS_staticIsSyntacticallyValidName(String^, Type^, String^%)

Indicates whether the valid name is syntactically processed.

System_CAPS_pubmethodSystem_CAPS_staticSerialize(XmlWriter^, MajorObject^, Boolean)

Serializes the specified object and writes the XML document to a file using the specified XmlWriter.

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: