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 네임스페이스