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.