Freigeben über


Utils-Klasse

Contains utilities that the XmlReader uses.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.Utils

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

Syntax

'Declaration
<GuidAttribute("140A51B7-0409-4bf2-B6FE-06408F517C3F")> _
Public NotInheritable Class Utils
'Usage
[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

Der Utils-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element Deserialize Deserializes the XML document contained by the specified xml reader.
Öffentliche MethodeStatisches Element GetSyntacticallyValidID Gets the valid identifier syntactically.
Öffentliche MethodeStatisches Element GetSyntacticallyValidName(String, Type) Gets the valid name syntactically.
Öffentliche MethodeStatisches Element GetSyntacticallyValidName(String, Type, ModelType, Int32)
Öffentliche MethodeStatisches Element IsSyntacticallyValidID Indicates whether the valid ID is syntactically processed.
Öffentliche MethodeStatisches Element IsSyntacticallyValidName(String, Type, String%) Indicates whether the valid name is syntactically processed.
Öffentliche MethodeStatisches Element IsSyntacticallyValidName(String, Type, ModelType, Int32, String%)
Öffentliche MethodeStatisches Element Serialize Serializes the specified object and writes the XML document to a file using the specified XmlWriter.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace