Freigeben über


TSqlFragmentVisitor.ExplicitVisit-Methode (DropUnownedObjectStatement)

Calls the Visit method for the specified type of fragment.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Overridable Sub ExplicitVisit ( _
    node As DropUnownedObjectStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor 
Dim node As DropUnownedObjectStatement

instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
    DropUnownedObjectStatement node
)
public:
virtual void ExplicitVisit(
    DropUnownedObjectStatement^ node
)
abstract ExplicitVisit : 
        node:DropUnownedObjectStatement -> unit  
override ExplicitVisit : 
        node:DropUnownedObjectStatement -> unit
public function ExplicitVisit(
    node : DropUnownedObjectStatement
)

Parameter

Siehe auch

Verweis

TSqlFragmentVisitor Klasse

ExplicitVisit-Überladung

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace