Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
Equals | (hérité de ValueType.) |
![]() |
GetHashCode | (hérité de ValueType.) |
![]() |
GetType | (hérité de Object.) |
![]() |
ToString | (hérité de ValueType.) |
Haut de la page
Champs
| Nom | Description | |
|---|---|---|
![]() |
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. |
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.
.gif)
.gif)