共用方式為


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 命名空間