Share via


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.

上層

方法

  名稱 說明
公用方法 ScriptHeader Scripts the text header.

上層

備註

Thread Safety

此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。