Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property Group As ScalarExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The group to which the conversation is to move.