Condividi tramite


Campo DdlTextParserHeaderInfo.indexNameStart

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public indexNameStart As Integer
'Utilizzo
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

Osservazioni

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.

Vedere anche

Riferimento

DdlTextParserHeaderInfo Struttura

Spazio dei nomi Microsoft.SqlServer.Management.Smo