ITextObject.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.