Condividi tramite


DdlTriggerBase.TextHeader Property

Gets or sets the header text that is used in the definition of the database data definition language (DDL) trigger.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Property TextHeader As String
public string TextHeader { get; set; }
public:
virtual property String^ TextHeader {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_TextHeader ()

/** @property */
public final void set_TextHeader (String value)
public final function get TextHeader () : String

public final function set TextHeader (value : String)

Valore proprietà

A String value that specifies the header text.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Get and Set a Property in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DdlTriggerBase Class
DdlTriggerBase Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Trigger DDL
CREATE TRIGGER (Transact-SQL)