Utils Class
Updated: May 24, 2016
General purpose utilities used primarily for validation and syntax checks.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Deserialize(XmlReader^, MajorObject^) | Deserializes the XML document contained by the specified xml reader. |
![]() ![]() | GetSyntacticallyValidID(String^, Type^) | Gets the valid identifier syntactically. |
![]() ![]() | GetSyntacticallyValidName(String^, Type^) | Gets the valid name syntactically. |
![]() ![]() | GetSyntacticallyValidName(String^, Type^, ModelType, Int32) | Gets the valid name syntactically. |
![]() ![]() | IsSyntacticallyValidID(String^, Type^, String^%) | Indicates whether the valid ID is syntactically processed. |
![]() ![]() | IsSyntacticallyValidName(String^, Type^, ModelType, Int32, String^%) | Indicates whether the valid name is syntactically processed. |
![]() ![]() | IsSyntacticallyValidName(String^, Type^, String^%) | Indicates whether the valid name is syntactically processed. |
![]() ![]() | Serialize(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.
Show:

