DefaultRuleBase.TextMode Property
SQL Server 2005
Gets or sets the Boolean property value that specifies whether the Default object or Rule object header is editable as text.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public final boolean get_TextMode () /** @property */ public final void set_TextMode (boolean value)
public final function get TextMode () : boolean public final function set TextMode (value : boolean)
Property Value
A Boolean property value that specifies whether the header is editable as text. If True, the header is editable as text. If False (default), the relevant properties of the Default object or Rule object must be set to define the trigger.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
