Partilhar via


Propriedade do RDL ITextObject.TextMode

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

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

Sintaxe

'Declaração
Property TextMode As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ITextObject Interface

Namespace Microsoft.SqlServer.Management.Smo