BeginDialogStatement.RelatedConversation プロパティ

関連するメッセージ交換オプションを取得または設定します (省略可能)。

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

構文

'宣言
Public Property RelatedConversation As Expression
'使用
Dim instance As BeginDialogStatement
Dim value As Expression

value = instance.RelatedConversation

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

プロパティ値

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

参照

参照

BeginDialogStatement クラス

BeginDialogStatement メンバ

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