Share via


Structure DdlTextParserHeaderInfo

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Structure DdlTextParserHeaderInfo
'Utilisation
Dim instance As DdlTextParserHeaderInfo
public struct DdlTextParserHeaderInfo
public value class DdlTextParserHeaderInfo
[<SealedAttribute>]
type DdlTextParserHeaderInfo =  struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.

Le type DdlTextParserHeaderInfo expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de ValueType.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de ValueType.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de ValueType.)

Haut de la page

Champs

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

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.