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
public Literal Where { get; set; }
public:
property Literal^ Where {
Literal^ get ();
void set (Literal^ value);
}
member Where : Literal with get, set
function get Where () : Literal
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.