Propriedade do RDL ReceiveStatement.IsConversationGroupIdWhere
Gets or sets a value that indicates whether a conversation group ID is specified in a WHERE clause. Meaningless if WHERE is nulluma referência nula (Nothing no Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IsConversationGroupIdWhere As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if a conversation group ID is specified in a WHERE clause; otherwise, false.