Udostępnij za pośrednictwem


Właściwość UserDefinedFunction.TextMode

Pobiera lub ustawia Boolean właściwość, która określa, czy Nagłówek tekstu edytowalnego jako tekst.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property TextMode As Boolean
    Get
    Set
'Użycie
Dim instance As UserDefinedFunction
Dim value As Boolean

value = instance.TextMode

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

Wartość właściwości

Typ: System.Boolean
A Boolean wartość, która określa, czy Nagłówek tekstu edytowalnego jako tekst.
Jeśli true (domyślnie), tekst nagłówka jest jako tekst edytowalny.
Jeśli false, nagłówek tekst nie jest edytowalny.

Implementacje

ITextObject.TextMode