Partager via


Propriété BodyText

Gets the Transact-SQL statements that define the module.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property BodyText As String
    Get
'Utilisation
Dim instance As IStoredProcedure
Dim value As String

value = instance.BodyText
string BodyText { get; }
property String^ BodyText {
    String^ get ();
}
abstract BodyText : string
function get BodyText () : String

Valeur de propriété

Type : System. . :: . .String
The Transact-SQL statements that define the module.