Compartir a través de


Campo DdlTextParserHeaderInfo.indexNameEnd

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public indexNameEnd As Integer
'Uso
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

Comentarios

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

Vea también

Referencia

DdlTextParserHeaderInfo Estructura

Espacio de nombres Microsoft.SqlServer.Management.Smo