BodyText 属性

Gets or sets the Transact-SQL string that defines the module.

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

语法

声明
Property BodyText As String
    Get
    Set
用法
Dim instance As IMutableUserDefinedFunction
Dim value As String

value = instance.BodyText

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

属性值

类型:System. . :: . .String
The Transact-SQL string that defines the module.

实现

IUserDefinedFunction. . :: . .BodyText