SendStatement.MessageBody 属性

Gets or sets the optional expression representing the message body.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property MessageBody As ScalarExpression 
    Get 
    Set
用法
Dim instance As SendStatement 
Dim value As ScalarExpression 

value = instance.MessageBody

instance.MessageBody = value
public ScalarExpression MessageBody { get; set; }
public:
property ScalarExpression^ MessageBody {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member MessageBody : ScalarExpression with get, set
function get MessageBody () : ScalarExpression 
function set MessageBody (value : ScalarExpression)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The optional expression representing the message body.

请参阅

参考

SendStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间