DefaultRuleBase.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 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TextMode As Boolean
Get
Set
'用途
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)
屬性值
型別: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.
實作
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間