Compartilhar via


Campo indexCreate

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

Sintaxe

'Declaração
Public indexCreate As Integer
'Uso
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

Comentários

Returns a Int32 value that indicates the index number at which the CREATE keyword is declared.