This topic has not yet been rated - Rate this topic

ScriptNameObjectBase.GetTextBody Method (Boolean)

Returns the text body.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration
Protected Function GetTextBody ( _
	forScripting As Boolean _
) As String
'Usage
Dim forScripting As Boolean 
Dim returnValue As String 

returnValue = Me.GetTextBody(forScripting)

Parameters

forScripting
Type: 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.

Return Value

Type: System.String
A String value that specifies the text body.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.