Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a string that contains the name of the text's object type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public objectType As String
'Usage
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
Remarks
Returns a String value that contains the name of the object type, such as PROC, TRIGGER, or VIEW.