ScriptNameObjectBase.GetTextBody 方法

Returns the text body.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Function GetTextBody As String
用法
Dim returnValue As String 

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

返回值

类型:System.String
A String value that specifies the text body.

示例

脚本撰写

请参阅

参考

ScriptNameObjectBase 类

GetTextBody 重载

Microsoft.SqlServer.Management.Smo 命名空间