BodyText 属性

Gets the Transact-SQL statements that define the module.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property BodyText As String
    Get
用法
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

属性值

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