EndConversationStatement.Conversation プロパティ

メッセージ交換ハンドルを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Conversation As Expression
'使用
Dim instance As EndConversationStatement
Dim value As Expression

value = instance.Conversation

instance.Conversation = value
public Expression Conversation { get; set; }
public:
property Expression^ Conversation {
    Expression^ get ();
    void set (Expression^ value);
}
public function get Conversation () : Expression
public function set Conversation (value : Expression)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Expression

参照

参照

EndConversationStatement クラス

EndConversationStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間