TextMode 속성

Gets or sets the Boolean property that specifies whether the text header is editable as text.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Property TextMode As Boolean
    Get
    Set
‘사용 방법
Dim instance As View
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 value that specifies whether the text header is editable as text.
If True, the text header is editable as text.
If False (default), the text header is not editable.

구현

ITextObject. . :: . .TextMode