Поле 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.
См. также