MoveConversationStatement.Group Property
SQL Server 2012
Gets or sets the group to which the conversation is to move.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property Group As ScalarExpression Get Set 'Usage Dim instance As MoveConversationStatement Dim value As ScalarExpression value = instance.Group instance.Group = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionThe group to which the conversation is to move.
