Поле indexNameEnd
Returns a value that contains the first index number after the script name declaration ends.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public indexNameEnd As Integer
'Применение
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
Замечания
Returns an Int32 value that contains the first index number after the script name declaration ends.
См. также