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


Свойство NumberedStoredProcedure.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)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TextMode As Boolean 
    Get 
    Set
'Применение
Dim instance As NumberedStoredProcedure 
Dim value As Boolean 

value = instance.TextMode

instance.TextMode = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool TextMode { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property bool TextMode {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract TextMode : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override TextMode : bool with get, set
final function get TextMode () : boolean 
final function set TextMode (value : boolean)

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

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

Реализует

ITextObject.TextMode

Примеры

Создание, изменение и удаление хранимых процедур

См. также

Справочник

NumberedStoredProcedure Класс

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

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

CREATE PROCEDURE (Transact-SQL)