DdlTextParserHeaderInfo 구조

This class supports the SMO infrastructure and is not intended to be used directly from your code.

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

구문

‘선언
Public Structure DdlTextParserHeaderInfo
‘사용 방법
Dim instance As DdlTextParserHeaderInfo
public struct DdlTextParserHeaderInfo
public value class DdlTextParserHeaderInfo
[<SealedAttribute>]
type DdlTextParserHeaderInfo =  struct end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.

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

메서드

  이름 설명
공용 메서드 Equals (ValueType에서 상속됨)
공용 메서드 GetHashCode (ValueType에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (ValueType에서 상속됨)

맨 위로 이동

필드

  이름 설명
공용 필드 database Returns the database name, as extracted from the text header.
공용 필드 databaseSecondary Returns the database name, as extracted from inside the header.
공용 필드 indexCreate Returns a value that contains the index number in which the CREATE keyword begins in the script.
공용 필드 indexNameEnd Returns a value that contains the first index number after the script name declaration ends.
공용 필드 indexNameEndSecondary Returns a value that contains the first index number after an object name declaration within the text ends.
공용 필드 indexNameStart Returns a value that contains the first index number in which the script name is declared.
공용 필드 indexNameStartSecondary Returns the start index of an object that is used in the text.
공용 필드 name Contains the script name, as extracted from the scripts header.
공용 필드 nameSecondary Returns the name of the table inside the trigger text.
공용 필드 objectType Returns a string that contains the name of the text's object type.
공용 필드 procedureNumber Returns the texts procedure number, if the text is a procedure
공용 필드 schema Returns a string that contains the script schema.
공용 필드 schemaSecondary Returns the schema of the table inside the trigger text.
공용 필드 scriptForCreate Returns a value that indicates whether the script contains a CREATE keyword.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스