Propriété ITextObject.TextBody

Gets or sets the body of the text that is associated with the referenced object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Property TextBody As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A String value that specifies the body of text associated with the referenced object.

Voir aussi

Référence

ITextObject Interface

Espace de noms Microsoft.SqlServer.Management.Smo