IUserDefinedFunction.BodyText Property

 

Applies To: SQL Server 2016 Preview

Gets the Transact-SQL string that defines the module.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

string BodyText { get; }
property String^ BodyText {
    String^ get();
}
abstract BodyText : string with get
ReadOnly Property BodyText As String

Property Value

Type: System.String

The Transact-SQL string that defines the module.

See Also

IUserDefinedFunction Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top