Compartilhar via


Classe Utils

Contains utilities that the XmlReader uses.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.Utils

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

Sintaxe

'Declaração
<GuidAttribute("140A51B7-0409-4bf2-B6FE-06408F517C3F")> _
Public NotInheritable Class Utils
'Uso
[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

O tipo Utils expõe os membros a seguir.

Métodos

  Nome Descrição
Método públicoMembro estático Deserialize Deserializes the XML document contained by the specified xml reader.
Método públicoMembro estático GetSyntacticallyValidID Gets the valid identifier syntactically.
Método públicoMembro estático GetSyntacticallyValidName(String, Type) Gets the valid name syntactically.
Método públicoMembro estático GetSyntacticallyValidName(String, Type, ModelType, Int32)
Método públicoMembro estático IsSyntacticallyValidID Indicates whether the valid ID is syntactically processed.
Método públicoMembro estático IsSyntacticallyValidName(String, Type, String%) Indicates whether the valid name is syntactically processed.
Método públicoMembro estático IsSyntacticallyValidName(String, Type, ModelType, Int32, String%)
Método públicoMembro estático Serialize Serializes the specified object and writes the XML document to a file using the specified XmlWriter.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices