TSqlFragmentVisitor.Visit-Methode (DropFullTextStopListStatement)

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Overridable Sub Visit ( _
    node As DropFullTextStopListStatement _
)
public virtual void Visit(
    DropFullTextStopListStatement node
)
public:
virtual void Visit(
    DropFullTextStopListStatement^ node
)
abstract Visit : 
        node:DropFullTextStopListStatement -> unit 
override Visit : 
        node:DropFullTextStopListStatement -> unit 
public function Visit(
    node : DropFullTextStopListStatement
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TSqlFragmentVisitor Klasse

Visit-Überladung

Microsoft.Data.Schema.ScriptDom.Sql-Namespace