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.