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