ReceiveStatement.IsConversationGroupIdWhere Property
SQL Server 2012
Gets or sets a value that indicates whether a conversation group ID is specified in a WHERE clause. Meaningless if WHERE is Nothing.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property IsConversationGroupIdWhere As Boolean Get Set 'Usage Dim instance As ReceiveStatement Dim value As Boolean value = instance.IsConversationGroupIdWhere instance.IsConversationGroupIdWhere = value
Property Value
Type: System.Booleantrue if a conversation group ID is specified in a WHERE clause; otherwise, false.
