NumberedStoredProcedure.TextMode Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TextMode As Boolean 
    Get 
    Set
'Usage
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)

Property Value

Type: 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.

Implements

ITextObject.TextMode

Examples

Creating, Altering, and Removing Stored Procedures

See Also

Reference

NumberedStoredProcedure Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

CREATE PROCEDURE (Transact-SQL)