Поделиться через


Структура 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.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от ValueType.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от 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.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.