Partager via


Classe Utils

Contains utilities that the XmlReader uses.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.Utils

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Le type Utils expose les membres suivants.

Méthodes

  Nom Description
Méthode publiqueMembre statique Deserialize Deserializes the XML document contained by the specified xml reader.
Méthode publiqueMembre statique GetSyntacticallyValidID Gets the valid identifier syntactically.
Méthode publiqueMembre statique GetSyntacticallyValidName(String, Type) Gets the valid name syntactically.
Méthode publiqueMembre statique GetSyntacticallyValidName(String, Type, ModelType, Int32)
Méthode publiqueMembre statique IsSyntacticallyValidID Indicates whether the valid ID is syntactically processed.
Méthode publiqueMembre statique IsSyntacticallyValidName(String, Type, String%) Indicates whether the valid name is syntactically processed.
Méthode publiqueMembre statique IsSyntacticallyValidName(String, Type, ModelType, Int32, String%)
Méthode publiqueMembre statique Serialize Serializes the specified object and writes the XML document to a file using the specified XmlWriter.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices