objectType 字段

Returns a string that contains the name of the text's object type.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public objectType As String
用法
Dim instance As DdlTextParserHeaderInfo
Dim value As String

value = instance.objectType

instance.objectType = value
public string objectType
public:
String^ objectType
val mutable objectType: string
public var objectType : String

注释

Returns a String value that contains the name of the object type, such as PROC, TRIGGER, or VIEW.