Partager via


Propriété MoveConversationStatement.Group

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Group As ScalarExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

MoveConversationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom