MoveConversationStatement.Group 属性

Gets or sets the group to which the conversation is to move.

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

语法

声明
Public Property Group As ScalarExpression 
    Get 
    Set
用法
Dim instance As MoveConversationStatement 
Dim value As ScalarExpression 

value = instance.Group

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

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The group to which the conversation is to move.

请参阅

参考

MoveConversationStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间