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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.