Dela via


ReceiveStatement.Where Property

Gets or sets the conversation or conversation group for received messages.

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

Syntax

'Declaration
Public Property Where As Literal
'Usage
Dim instance As ReceiveStatement 
Dim value As Literal 

value = instance.Where

instance.Where = value
public Literal Where { get; set; }
public:
property Literal^ Where {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Where () : Literal 
public function set Where (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Remarks

Optional.

.NET Framework Security

See Also

Reference

ReceiveStatement Class

ReceiveStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace