ScriptNameObjectBase.SetTextBody 方法

Specifies the text body.

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

语法

声明
Protected Sub SetTextBody ( _
    textBody As String _
)
用法
Dim textBody As String 

Me.SetTextBody(textBody)
protected void SetTextBody(
    string textBody
)
protected:
void SetTextBody(
    String^ textBody
)
member SetTextBody : 
        textBody:string -> unit
protected function SetTextBody(
    textBody : String
)

参数

示例

脚本撰写

请参阅

参考

ScriptNameObjectBase 类

Microsoft.SqlServer.Management.Smo 命名空间