Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Overrides DropUnownedObjectStatement.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Overridable Sub Visit ( _
node As DropUnownedObjectStatement _
)
'Utilisation
Dim instance As TSqlFragmentVisitor
Dim node As DropUnownedObjectStatement
instance.Visit(node)
public virtual void Visit(
DropUnownedObjectStatement node
)
public:
virtual void Visit(
DropUnownedObjectStatement^ node
)
abstract Visit :
node:DropUnownedObjectStatement -> unit
override Visit :
node:DropUnownedObjectStatement -> unit
public function Visit(
node : DropUnownedObjectStatement
)
Paramètres
- node
Type : Microsoft.SqlServer.TransactSql.ScriptDom.DropUnownedObjectStatement
The specified fragment type.