Freigeben über


ReceiveStatement.IsConversationGroupIdWhere-Eigenschaft

Ruft ab oder legt fest, ob eine Konversationsgruppen-ID in einer WHERE-Klausel angegeben wird.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsConversationGroupIdWhere As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn eine Konversationsgruppen-ID in einer WHERE-Klausel angegeben wurde, andernfalls False.

Hinweise

Ohne Bedeutung, wenn Where NULL ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ReceiveStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace