Gets or sets the first query expression.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property FirstQueryExpression As QueryExpression
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
The first query expression.