Interface ITextObject
The ITextObject class represents the interface that is used to implement text on objects.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Interface ITextObject
'Utilisation
Dim instance As ITextObject
public interface ITextObject
public interface class ITextObject
type ITextObject = interface end
public interface ITextObject
Le type ITextObject expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
TextBody | Gets or sets the body of the text that is associated with the referenced object. | |
TextHeader | Gets or sets the text header associated with the referenced object. | |
TextMode | Gets or sets the text mode associated with the referenced object. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
ScriptHeader | Scripts the text header. |
Haut de la page
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.