ParseUtils 클래스

Provides helper methods to retrieve information from the parsing results.

상속 계층

System.Object
  Microsoft.SqlServer.Management.SqlParser.Parser.ParseUtils

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public NotInheritable Class ParseUtils
‘사용 방법
public static class ParseUtils
public ref class ParseUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ParseUtils =  class end
public final class ParseUtils

ParseUtils 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드정적 멤버 RetrieveModuleDefinition Retrieves the module definition information from the Transact-SQL statement.
공용 메서드정적 멤버 RetrieveTriggerDefinition Retrieves the trigger information from the Transact-SQL statement.
공용 메서드정적 멤버 RetrieveViewDefinition Retrieves the view definition information from the Transact-SQL statement.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.Parser 네임스페이스