DdlTextParserHeaderInfo.indexNameEndSecondary Field
Returns a value that contains the first index number after an object name declaration within the text ends.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public indexNameEndSecondary As Integer
'Usage
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
Remarks
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.