SetTextBody méthode

Specifies the text body.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Sub SetTextBody ( _
    textBody As String _
)
'Utilisation
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
)

Paramètres