Champ indexNameEnd
Returns a value that contains the first index number after the script name declaration ends.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public indexNameEnd As Integer
'Utilisation
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
Notes
Returns an Int32 value that contains the first index number after the script name declaration ends.
Voir aussi