Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a value that contains the index number in which the CREATE keyword begins in the script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public indexCreate As Integer
'Usage
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
Remarks
Returns a Int32 value that indicates the index number at which the CREATE keyword is declared.
See Also
Reference
DdlTextParserHeaderInfo Structure