Método TSqlFragmentVisitor.ExplicitVisit (SetUserStatement)
Calls the Visit method for the specified type of fragment.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Overridable Sub ExplicitVisit ( _
node As SetUserStatement _
)
'Uso
Dim instance As TSqlFragmentVisitor
Dim node As SetUserStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
SetUserStatement node
)
public:
virtual void ExplicitVisit(
SetUserStatement^ node
)
abstract ExplicitVisit :
node:SetUserStatement -> unit
override ExplicitVisit :
node:SetUserStatement -> unit
public function ExplicitVisit(
node : SetUserStatement
)
Parâmetros
- node
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SetUserStatement
The node.