Condividi tramite


Campo DdlTextParserHeaderInfo.objectType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public objectType As String
'Utilizzo
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

Osservazioni

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

Vedere anche

Riferimento

DdlTextParserHeaderInfo Struttura

Spazio dei nomi Microsoft.SqlServer.Management.Smo