Interfaccia ITextObject
The ITextObject class represents the interface that is used to implement text on objects.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Interface ITextObject
'Utilizzo
Dim instance As ITextObject
public interface ITextObject
public interface class ITextObject
type ITextObject = interface end
public interface ITextObject
Nel tipo ITextObject sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
ScriptHeader | Scripts the text header. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.