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.

구현

ITextObject.TextMode

기본값 생성, 변경 및 제거

규칙 생성, 변경 및 제거

참고 항목

참조

DefaultRuleBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 개체 작업

규칙

기본값