Share via


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。