ITextObject.TextMode Property

Gets or sets the text mode associated with the referenced object.

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

Syntax

'Declaration
Property TextMode As Boolean 
    Get 
    Set
'Usage
Dim instance As ITextObject 
Dim value As Boolean 

value = instance.TextMode

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

Property Value

Type: System.Boolean
A String value that specifies the text mode associated with the referenced object.

See Also

Reference

ITextObject Interface

Microsoft.SqlServer.Management.Smo Namespace