Compartir a través de


Campo DdlTextParserHeaderInfo.objectType

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public objectType As String
'Uso
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

Comentarios

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

Vea también

Referencia

DdlTextParserHeaderInfo Estructura

Espacio de nombres Microsoft.SqlServer.Management.Smo