BinaryQueryExpression.FirstQueryExpression Property
Gets or sets the first query expression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property FirstQueryExpression As QueryExpression
Get
Set
'Usage
Dim instance As BinaryQueryExpression
Dim value As QueryExpression
value = instance.FirstQueryExpression
instance.FirstQueryExpression = value
public QueryExpression FirstQueryExpression { get; set; }
public:
property QueryExpression^ FirstQueryExpression {
QueryExpression^ get ();
void set (QueryExpression^ value);
}
member FirstQueryExpression : QueryExpression with get, set
function get FirstQueryExpression () : QueryExpression
function set FirstQueryExpression (value : QueryExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
The first query expression.