ITextObject Interface
The ITextObject class represents the interface that is used to implement text on objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Interface ITextObject
'Kullanım
Dim instance As ITextObject
public interface ITextObject
public interface class ITextObject
type ITextObject = interface end
public interface ITextObject
The ITextObject type exposes the following members.
Properties
Name | 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. |
Top
Methods
Name | Description | |
---|---|---|
ScriptHeader | Scripts the text header. |
Top
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.