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
- textBody
Type: System.String
A String value that specifies the text body.