Share via


GetTextBody Método (Boolean)

Returns the text body.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Function GetTextBody ( _
    forScripting As Boolean _
) As String
'Uso
Dim forScripting As Boolean
Dim returnValue As String

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

Parámetros

  • forScripting
    Tipo: System. . :: . .Boolean
    A Boolean value that specifies whether the text body is to be used for scripting.
    If True, the text body is for scripting. Otherwise, False.

Valor devuelto

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

Ejemplos

Scripting