Campo indexNameEnd
Returns a value that contains the first index number after the script name declaration ends.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
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
Comentários
Returns an Int32 value that contains the first index number after the script name declaration ends.
Consulte também