Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.