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.
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.