BeginDialogStatement.RelatedConversation 属性

获取或设置可选的相关对话选项。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property RelatedConversation As Expression
    Get
    Set
public Expression RelatedConversation { get; set; }
public:
property Expression^ RelatedConversation {
    Expression^ get ();
    void set (Expression^ value);
}
member RelatedConversation : Expression with get, set
function get RelatedConversation () : Expression
function set RelatedConversation (value : Expression)

属性值

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

.NET Framework 安全性

请参见

参考

BeginDialogStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间