Compartir a través de


Campo DdlTextParserHeaderInfo.indexNameStart

Returns a value that contains the first index number in which the script name is declared.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public indexNameStart As Integer
'Uso
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

Comentarios

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.

Vea también

Referencia

DdlTextParserHeaderInfo Estructura

Espacio de nombres Microsoft.SqlServer.Management.Smo