ITextObject.TextBody Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

string TextBody { get; set; }
property String^ TextBody {
    String^ get();
    void set(String^ value);
}
abstract TextBody : string with get, set
Property TextBody As String

Property Value

Type: System.String

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

See Also

ITextObject Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top