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 DropServerAuditStatement _
)
'用途
Dim instance As TSqlFragmentVisitor
Dim node As DropServerAuditStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
DropServerAuditStatement node
)
public:
virtual void ExplicitVisit(
DropServerAuditStatement^ node
)
abstract ExplicitVisit :
node:DropServerAuditStatement -> unit
override ExplicitVisit :
node:DropServerAuditStatement -> unit
public function ExplicitVisit(
node : DropServerAuditStatement
)
參數
- node
型別:Microsoft.SqlServer.TransactSql.ScriptDom.DropServerAuditStatement
The node.