TextMode 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Property TextMode As Boolean
    Get
    Set
用法
Dim instance As DefaultRuleBase
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)

属性值

类型:System. . :: . .Boolean
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.

实现

ITextObject. . :: . .TextMode