Compartir a través de


Campo DdlTextParserHeaderInfo.indexNameEndSecondary

Returns a value that contains the first index number after an object name declaration within the text ends.

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

Sintaxis

'Declaración
Public indexNameEndSecondary As Integer
'Uso
Dim instance As DdlTextParserHeaderInfo 
Dim value As Integer 

value = instance.indexNameEndSecondary 

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

Comentarios

Returns an Int32 value equal to the end index plus 1 of the object in the text that is currently used as the table trigger.

Vea también

Referencia

DdlTextParserHeaderInfo Estructura

Espacio de nombres Microsoft.SqlServer.Management.Smo