ReceiveStatement.IsConversationGroupIdWhere Property
Gets or sets a value that indicates whether a conversation group ID is specified in a WHERE clause. Meaningless if WHERE is nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsConversationGroupIdWhere As Boolean
Get
Set
'Usage
Dim instance As ReceiveStatement
Dim value As Boolean
value = instance.IsConversationGroupIdWhere
instance.IsConversationGroupIdWhere = value
public bool IsConversationGroupIdWhere { get; set; }
public:
property bool IsConversationGroupIdWhere {
bool get ();
void set (bool value);
}
member IsConversationGroupIdWhere : bool with get, set
function get IsConversationGroupIdWhere () : boolean
function set IsConversationGroupIdWhere (value : boolean)
Property Value
Type: System.Boolean
true if a conversation group ID is specified in a WHERE clause; otherwise, false.