ScriptNameObjectBase.GetTextBody 메서드 (Boolean)
Returns the text body.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Function GetTextBody ( _
forScripting As Boolean _
) As String
‘사용 방법
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
매개 변수
- forScripting
유형: 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.
반환 값
유형: System.String
A String value that specifies the text body.