ScriptNameObjectBase.GetTextBody Method

Returns the text body.

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

Syntax

'Declaration
Protected Function GetTextBody As String
'Usage
Dim returnValue As String 

returnValue = Me.GetTextBody()
protected string GetTextBody()
protected:
String^ GetTextBody()
member GetTextBody : unit -> string
protected function GetTextBody() : String

Return Value

Type: System.String
A String value that specifies the text body.

Examples

Scripting

See Also

Reference

ScriptNameObjectBase Class

GetTextBody Overload

Microsoft.SqlServer.Management.Smo Namespace