Instructs to deny the INTO clause parsing and generation.
'Declaration
Public Overrides Property DenyIntoClause As System.Boolean
'Usage
Dim instance As MSAccessSyntaxProvider
Dim value As System.Boolean
instance.DenyIntoClause = value
value = instance.DenyIntoClause
public override System.bool DenyIntoClause {get; set;}
public: __property System.bool get_DenyIntoClause() override;
public: __property void set_DenyIntoClause(
System.bool value
) override;
Property Value
false to allow INTO clause; true to deny it.