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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.