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 PageVerifyDatabaseOption.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As PageVerifyDatabaseOption _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As PageVerifyDatabaseOption
instance.Visit(node)
public virtual void Visit(
PageVerifyDatabaseOption node
)
public:
virtual void Visit(
PageVerifyDatabaseOption^ node
)
abstract Visit :
node:PageVerifyDatabaseOption -> unit
override Visit :
node:PageVerifyDatabaseOption -> unit
public function Visit(
node : PageVerifyDatabaseOption
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.PageVerifyDatabaseOption
The specified fragment type.