Condividi tramite


Struttura DdlTextParserHeaderInfo

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Structure DdlTextParserHeaderInfo
'Utilizzo
Dim instance As DdlTextParserHeaderInfo
public struct DdlTextParserHeaderInfo
public value class DdlTextParserHeaderInfo
[<SealedAttribute>]
type DdlTextParserHeaderInfo =  struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.

Nel tipo DdlTextParserHeaderInfo sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da ValueType.
Metodo pubblico GetHashCode Ereditato da ValueType.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da ValueType.

In alto

Campi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo