Metodo SetTextBody
Specifies the text body.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Sub SetTextBody ( _
textBody As String _
)
'Utilizzo
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
)
Parametri
- textBody
Tipo: System. . :: . .String
A String value that specifies the text body.
Vedere anche