Calls the Visit method for the specified type of fragment.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Overridable Sub ExplicitVisit ( _
node As SetErrorLevelStatement _
)
'用途
Dim instance As TSqlFragmentVisitor
Dim node As SetErrorLevelStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
SetErrorLevelStatement node
)
public:
virtual void ExplicitVisit(
SetErrorLevelStatement^ node
)
abstract ExplicitVisit :
node:SetErrorLevelStatement -> unit
override ExplicitVisit :
node:SetErrorLevelStatement -> unit
public function ExplicitVisit(
node : SetErrorLevelStatement
)
參數
- node
型別:Microsoft.SqlServer.TransactSql.ScriptDom.SetErrorLevelStatement
The node.