Método TSqlFragmentVisitor.Visit (DropXmlSchemaCollectionStatement)
Overrides DropXmlSchemaCollectionStatement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Overridable Sub Visit ( _
node As DropXmlSchemaCollectionStatement _
)
'Uso
Dim instance As TSqlFragmentVisitor
Dim node As DropXmlSchemaCollectionStatement
instance.Visit(node)
public virtual void Visit(
DropXmlSchemaCollectionStatement node
)
public:
virtual void Visit(
DropXmlSchemaCollectionStatement^ node
)
abstract Visit :
node:DropXmlSchemaCollectionStatement -> unit
override Visit :
node:DropXmlSchemaCollectionStatement -> unit
public function Visit(
node : DropXmlSchemaCollectionStatement
)
Parâmetros
- node
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.DropXmlSchemaCollectionStatement
The specified fragment type.