SendStatement.ConversationHandles Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the conversation handles.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<ScalarExpression> ConversationHandles { get; }
public:
property IList<ScalarExpression^>^ ConversationHandles {
    IList<ScalarExpression^>^ get();
}
member ConversationHandles : IList<ScalarExpression> with get
Public ReadOnly Property ConversationHandles As IList(Of ScalarExpression)

Property Value

Type: System.Collections.Generic.IList<ScalarExpression>

The conversation handles.

See Also

SendStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top