Condividi tramite


Proprietà TextMode

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Property TextMode As Boolean
    Get
    Set
'Utilizzo
Dim instance As UserDefinedFunction
Dim value As Boolean

value = instance.TextMode

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

Valore proprietà

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

Implementa

ITextObject. . :: . .TextMode