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