ITextObject.TextMode Propiedad
Gets or sets the text mode associated with the referenced object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Property TextMode As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
A String value that specifies the text mode associated with the referenced object.