DdlTextParserHeaderInfo-Struktur

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 (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Public Structure DdlTextParserHeaderInfo
'Usage
Dim instance As DdlTextParserHeaderInfo
public struct DdlTextParserHeaderInfo
public value class DdlTextParserHeaderInfo
[<SealedAttribute>]
type DdlTextParserHeaderInfo =  struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der DdlTextParserHeaderInfo-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

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

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace