次の方法で共有


SendStatement.MessageBody プロパティ

メッセージ本文を表す式 (省略可能) を取得または設定します。

名前空間:  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
メッセージ本文を表す式 (省略可能)。

関連項目

参照

SendStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間