Partager via


Champ objectType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public objectType As String
'Utilisation
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

Notes

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