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