Propriedade do RDL MoveConversationStatement.Group
Gets or sets the group to which the conversation is to move.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Group As ScalarExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The group to which the conversation is to move.