TextMode 属性

Gets or sets the text mode associated with the referenced object.

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

语法

声明
Property TextMode As Boolean
    Get
    Set
用法
Dim instance As ITextObject
Dim value As Boolean

value = instance.TextMode

instance.TextMode = value
bool TextMode { get; set; }
property bool TextMode {
    bool get ();
    void set (bool value);
}
abstract TextMode : bool with get, set
function get TextMode () : boolean
function set TextMode (value : boolean)

属性值

类型:System. . :: . .Boolean
A String value that specifies the text mode associated with the referenced object.