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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。