TSqlConcreteFragmentVisitor.Visit Method (IntegerValueSessionOption)
This member overrides TSqlFragmentVisitor.Visit(IntegerValueSessionOption).
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub Visit ( _
node As IntegerValueSessionOption _
)
public override sealed void Visit(
IntegerValueSessionOption node
)
public:
virtual void Visit(
IntegerValueSessionOption^ node
) override sealed
abstract Visit :
node:IntegerValueSessionOption -> unit
override Visit :
node:IntegerValueSessionOption -> unit
public override final function Visit(
node : IntegerValueSessionOption
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.