共用方式為


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 命名空間