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


Свойство TextMode

Gets or sets the Boolean property value that specifies whether the DatabaseDdlTrigger header is editable as text.

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

Синтаксис

'Декларация
Public Property TextMode As Boolean
    Get
    Set
'Применение
Dim instance As DdlTriggerBase
Dim value As Boolean

value = instance.TextMode

instance.TextMode = value
public bool TextMode { get; set; }
public:
virtual property bool TextMode {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract TextMode : bool with get, set
override TextMode : bool with get, set
final function get TextMode () : boolean
final function set TextMode (value : boolean)

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

Тип System. . :: . .Boolean
A Boolean property value that specifies whether the header is editable as text.
If True, the header is editable as text.
If False (default), the relevant properties of the DatabaseDdlTrigger object must be set to define the trigger.

Реализует интерфейс

ITextObject. . :: . .TextMode

Примеры

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