Proprietà ITextObject.TextBody

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Property TextBody As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ITextObject Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo