ScriptNameObjectBase.SetTextBody Method

Specifies the text body.

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

Syntax

'Declaration
Protected Sub SetTextBody ( _
    textBody As String _
)
'Usage
Dim textBody As String 

Me.SetTextBody(textBody)
protected void SetTextBody(
    string textBody
)
protected:
void SetTextBody(
    String^ textBody
)
member SetTextBody : 
        textBody:string -> unit
protected function SetTextBody(
    textBody : String
)

Parameters

Examples

Scripting

See Also

Reference

ScriptNameObjectBase Class

Microsoft.SqlServer.Management.Smo Namespace