Estrutura DdlTextParserHeaderInfo

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Structure DdlTextParserHeaderInfo
'Uso
Dim instance As DdlTextParserHeaderInfo
public struct DdlTextParserHeaderInfo
public value class DdlTextParserHeaderInfo
[<SealedAttribute>]
type DdlTextParserHeaderInfo =  struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.

O tipo DdlTextParserHeaderInfo expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Equals (Herdado de ValueType.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de ValueType.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de ValueType.)

Início

Campos

  Nome Descrição
Campo público database Returns the database name, as extracted from the text header.
Campo público databaseSecondary Returns the database name, as extracted from inside the header.
Campo público indexCreate Returns a value that contains the index number in which the CREATE keyword begins in the script.
Campo público indexNameEnd Returns a value that contains the first index number after the script name declaration ends.
Campo público indexNameEndSecondary Returns a value that contains the first index number after an object name declaration within the text ends.
Campo público indexNameStart Returns a value that contains the first index number in which the script name is declared.
Campo público indexNameStartSecondary Returns the start index of an object that is used in the text.
Campo público name Contains the script name, as extracted from the scripts header.
Campo público nameSecondary Returns the name of the table inside the trigger text.
Campo público objectType Returns a string that contains the name of the text's object type.
Campo público procedureNumber Returns the texts procedure number, if the text is a procedure
Campo público schema Returns a string that contains the script schema.
Campo público schemaSecondary Returns the schema of the table inside the trigger text.
Campo público scriptForCreate Returns a value that indicates whether the script contains a CREATE keyword.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência