Champ indexCreate
Returns a value that contains the index number in which the CREATE keyword begins in the script.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public indexCreate As Integer
'Utilisation
Dim instance As DdlTextParserHeaderInfo
Dim value As Integer
value = instance.indexCreate
instance.indexCreate = value
public int indexCreate
public:
int indexCreate
val mutable indexCreate: int
public var indexCreate : int
Notes
Returns a Int32 value that indicates the index number at which the CREATE keyword is declared.