Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a value that contains the first index number in which the script name is declared.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public indexNameStart As Integer
'Usage
Dim instance As DdlTextParserHeaderInfo
Dim value As Integer
value = instance.indexNameStart
instance.indexNameStart = value
public int indexNameStart
public:
int indexNameStart
val mutable indexNameStart: int
public var indexNameStart : int
Remarks
Returns a Int32 value that indicates the first index number at which the script name is declared. The name must be the full name, including schema information.