TSqlFragmentVisitor.ExplicitVisit Method (DropDatabaseEncryptionKeyStatement)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Overridable Sub ExplicitVisit ( _
node As DropDatabaseEncryptionKeyStatement _
)
public virtual void ExplicitVisit(
DropDatabaseEncryptionKeyStatement node
)
public:
virtual void ExplicitVisit(
DropDatabaseEncryptionKeyStatement^ node
)
abstract ExplicitVisit :
node:DropDatabaseEncryptionKeyStatement -> unit
override ExplicitVisit :
node:DropDatabaseEncryptionKeyStatement -> unit
public function ExplicitVisit(
node : DropDatabaseEncryptionKeyStatement
)
Parameters
- node
Type: Microsoft.Data.Schema.ScriptDom.Sql.DropDatabaseEncryptionKeyStatement
The specified fragment type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.