ITextObject-Schnittstelle
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
'Declaration
Public Interface ITextObject
'Usage
Dim instance As ITextObject
public interface ITextObject
public interface class ITextObject
type ITextObject = interface end
public interface ITextObject
Der ITextObject-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
ScriptHeader | Scripts the text header. |
Zum Anfang
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.