Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Overrides OnOffDatabaseOption.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As OnOffDatabaseOption _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As OnOffDatabaseOption
instance.Visit(node)
public virtual void Visit(
OnOffDatabaseOption node
)
public:
virtual void Visit(
OnOffDatabaseOption^ node
)
abstract Visit :
node:OnOffDatabaseOption -> unit
override Visit :
node:OnOffDatabaseOption -> unit
public function Visit(
node : OnOffDatabaseOption
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.OnOffDatabaseOption
The specified fragment type.