Compartir a través de


DefaultRuleBase.TextMode Propiedad

Gets or sets the Boolean property value that specifies whether the Default object or Rule object header is editable as text.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TextMode As Boolean 
    Get 
    Set
'Uso
Dim instance As DefaultRuleBase 
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)

Valor de la propiedad

Tipo: System.Boolean
A Boolean property value that specifies whether the header is editable as text.If true (default), the header is editable as text.If false, the relevant properties of the Default object or Rule object must be set to define the trigger.

Implementa

ITextObject.TextMode

Ejemplos

Crear, modificar y eliminar valores predeterminados

Crear, modificar y quitar reglas

Vea también

Referencia

DefaultRuleBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Trabajar con objetos de bases de datos

Reglas

Valores predeterminados