Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Performs a 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 Visit ( _
node As AlterCreateEndpointStatementBase _
)
'Usage
Dim instance As TSqlConcreteFragmentVisitor
Dim node As AlterCreateEndpointStatementBase
instance.Visit(node)
public override sealed void Visit(
AlterCreateEndpointStatementBase node
)
public:
virtual void Visit(
AlterCreateEndpointStatementBase^ node
) override sealed
abstract Visit :
node:AlterCreateEndpointStatementBase -> unit
override Visit :
node:AlterCreateEndpointStatementBase -> unit
public override final function Visit(
node : AlterCreateEndpointStatementBase
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterCreateEndpointStatementBase
The object that receives the visit.