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.