Utils 类

Contains utilities that the XmlReader uses.

继承层次结构

System.Object
  Microsoft.AnalysisServices.Utils

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("140A51B7-0409-4bf2-B6FE-06408F517C3F")> _
Public NotInheritable Class Utils
用法
[GuidAttribute("140A51B7-0409-4bf2-B6FE-06408F517C3F")]
public static class Utils
[GuidAttribute(L"140A51B7-0409-4bf2-B6FE-06408F517C3F")]
public ref class Utils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<GuidAttribute("140A51B7-0409-4bf2-B6FE-06408F517C3F")>]
type Utils =  class end
public final class Utils

Utils 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 Deserialize Deserializes the XML document contained by the specified xml reader.
公共方法静态成员 GetSyntacticallyValidID Gets the valid identifier syntactically.
公共方法静态成员 GetSyntacticallyValidName(String, Type) Gets the valid name syntactically.
公共方法静态成员 GetSyntacticallyValidName(String, Type, ModelType, Int32)
公共方法静态成员 IsSyntacticallyValidID Indicates whether the valid ID is syntactically processed.
公共方法静态成员 IsSyntacticallyValidName(String, Type, String%) Indicates whether the valid name is syntactically processed.
公共方法静态成员 IsSyntacticallyValidName(String, Type, ModelType, Int32, String%)
公共方法静态成员 Serialize Serializes the specified object and writes the XML document to a file using the specified XmlWriter.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间