BooleanComparisonExpression.SecondExpression 属性
Gets the second child expression.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property SecondExpression As ScalarExpression
Get
Set
用法
Dim instance As BooleanComparisonExpression
Dim value As ScalarExpression
value = instance.SecondExpression
instance.SecondExpression = value
public ScalarExpression SecondExpression { get; set; }
public:
property ScalarExpression^ SecondExpression {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member SecondExpression : ScalarExpression with get, set
function get SecondExpression () : ScalarExpression
function set SecondExpression (value : ScalarExpression)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The second child expression.