Свойство TextMode

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

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

Синтаксис

public bool TextMode { get; set; }

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

Тип System. . :: . .Boolean
A Boolean value that specifies whether the text header is editable as text.
If True, the text header is editable as text.
If False (default), the text header is not editable.

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

ITextObject. . :: . .TextMode