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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。