Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Overrides DropDefaultStatement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As DropDefaultStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As DropDefaultStatement
instance.Visit(node)
public virtual void Visit(
DropDefaultStatement node
)
public:
virtual void Visit(
DropDefaultStatement^ node
)
abstract Visit :
node:DropDefaultStatement -> unit
override Visit :
node:DropDefaultStatement -> unit
public function Visit(
node : DropDefaultStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropDefaultStatement
The specified fragment type.