DefaultRuleBase.TextMode Property
SQL Server 2012
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool TextMode { get; set; }
Property Value
Type: System.BooleanA 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.
