Condividi tramite


Campo DdlTextParserHeaderInfo.indexNameEnd

Returns a value that contains the first index number after the script name declaration ends.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public indexNameEnd As Integer
'Utilizzo
Dim instance As DdlTextParserHeaderInfo 
Dim value As Integer 

value = instance.indexNameEnd 

instance.indexNameEnd = value
public int indexNameEnd
public:
int indexNameEnd
val mutable indexNameEnd: int
public var indexNameEnd : int

Osservazioni

Returns an Int32 value that contains the first index number after the script name declaration ends.

Vedere anche

Riferimento

DdlTextParserHeaderInfo Struttura

Spazio dei nomi Microsoft.SqlServer.Management.Smo