Compartir a través de


Interfaz ITextObject

The ITextObject class represents the interface that is used to implement text on objects.

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

Sintaxis

'Declaración
Public Interface ITextObject
'Uso
Dim instance As ITextObject
public interface ITextObject
public interface class ITextObject
type ITextObject =  interface end
public interface ITextObject

El tipo ITextObject expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública TextBody Gets or sets the body of the text that is associated with the referenced object.
Propiedad pública TextHeader Gets or sets the text header associated with the referenced object.
Propiedad pública TextMode Gets or sets the text mode associated with the referenced object.

Arriba

Métodos

  Nombre Descripción
Método público ScriptHeader Scripts the text header.

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo