IStoredProcedure.BodyText Property
Gets the Transact-SQL statements that define the module.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property BodyText As String
Get
'Usage
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
Property Value
Type: System.String
The Transact-SQL statements that define the module.