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