Поделиться через


ReceiveStatement.IsConversationGroupIdWhere Property

Gets or sets whether a conversation group ID is specified in a WHERE clause.

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
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
Returns true if a conversation group ID was specified in a WHERE clause, false otherwise.

Remarks

Meaningless if Where is null.

.NET Framework Security

See Also

Reference

ReceiveStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace