Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the second child expression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SecondExpression As BooleanExpression
Get
Set
'Usage
Dim instance As BooleanBinaryExpression
Dim value As BooleanExpression
value = instance.SecondExpression
instance.SecondExpression = value
public BooleanExpression SecondExpression { get; set; }
public:
property BooleanExpression^ SecondExpression {
BooleanExpression^ get ();
void set (BooleanExpression^ value);
}
member SecondExpression : BooleanExpression with get, set
function get SecondExpression () : BooleanExpression
function set SecondExpression (value : BooleanExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The second child expression.