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.
Performs an explicit visit against the specified object.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub ExplicitVisit ( _
node As IndexOption _
)
'Usage
Dim instance As TSqlConcreteFragmentVisitor
Dim node As IndexOption
instance.ExplicitVisit(node)
public override sealed void ExplicitVisit(
IndexOption node
)
public:
virtual void ExplicitVisit(
IndexOption^ node
) override sealed
abstract ExplicitVisit :
node:IndexOption -> unit
override ExplicitVisit :
node:IndexOption -> unit
public override final function ExplicitVisit(
node : IndexOption
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption
The object that receives the visit.