ITextObject 接口
The ITextObject class represents the interface that is used to implement text on objects.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Interface ITextObject
用法
Dim instance As ITextObject
public interface ITextObject
public interface class ITextObject
type ITextObject = interface end
public interface ITextObject
ITextObject 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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. |
页首
注释
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。不保证所有实例成员都是线程安全的。