TextBody Propiedad
Gets or sets the body of the text that is 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 TextBody As String
Get
Set
'Uso
Dim instance As ITextObject
Dim value As String
value = instance.TextBody
instance.TextBody = value
string TextBody { get; set; }
property String^ TextBody {
String^ get ();
void set (String^ value);
}
abstract TextBody : string with get, set
function get TextBody () : String
function set TextBody (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the body of text associated with the referenced object.
Vea también