Поделиться через


Свойство DdlTriggerBase.TextBody

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public Overridable Property TextBody As String 
    Get 
    Set
'Применение
Dim instance As DdlTriggerBase 
Dim value As String 

value = instance.TextBody

instance.TextBody = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public virtual string TextBody { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
virtual property String^ TextBody {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
abstract TextBody : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
override TextBody : string with get, set
function get TextBody () : String 
function set TextBody (value : String)

Значение свойства

Тип: System.String
A String value that specifies the body text.

Реализует

ITextObject.TextBody

Примеры

Вызов методов

См. также

Справочник

DdlTriggerBase Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Триггеры DDL

CREATE TRIGGER (Transact-SQL)