다음을 통해 공유


DdlTextParserHeaderInfo.indexNameStart 필드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public indexNameStart As Integer
‘사용 방법
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

주의

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.

참고 항목

참조

DdlTextParserHeaderInfo 구조

Microsoft.SqlServer.Management.Smo 네임스페이스