Partilhar via


Campo DdlTextParserHeaderInfo.indexNameStart

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 (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
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

Comentários

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.

Consulte também

Referência

DdlTextParserHeaderInfo Estrutura

Namespace Microsoft.SqlServer.Management.Smo