TSqlFragmentVisitor.Visit 方法 (ProviderEncryptionSource)
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.