Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calls the Visit method for the specified type of fragment.
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 ExplicitVisit ( _
node As CursorStatement _
)
public override sealed void ExplicitVisit(
CursorStatement node
)
public:
virtual void ExplicitVisit(
CursorStatement^ node
) override sealed
abstract ExplicitVisit :
node:CursorStatement -> unit
override ExplicitVisit :
node:CursorStatement -> unit
public override final function ExplicitVisit(
node : CursorStatement
)
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.