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
)
매개 변수
- textBody
유형: System.String
A String value that specifies the text body.