TSqlFragmentVisitor.ExplicitVisit Method (CreateFullTextStopListStatement)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Overridable Sub ExplicitVisit ( _
node As CreateFullTextStopListStatement _
)
public virtual void ExplicitVisit(
CreateFullTextStopListStatement node
)
public:
virtual void ExplicitVisit(
CreateFullTextStopListStatement^ node
)
abstract ExplicitVisit :
node:CreateFullTextStopListStatement -> unit
override ExplicitVisit :
node:CreateFullTextStopListStatement -> unit
public function ExplicitVisit(
node : CreateFullTextStopListStatement
)
Parameters
- node
Type: Microsoft.Data.Schema.ScriptDom.Sql.CreateFullTextStopListStatement
The specified fragment type.
.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.