TSqlFragmentVisitor.ExplicitVisit Method (DropMasterKeyStatement)
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 DropMasterKeyStatement _
)
public virtual void ExplicitVisit(
DropMasterKeyStatement node
)
public:
virtual void ExplicitVisit(
DropMasterKeyStatement^ node
)
abstract ExplicitVisit :
node:DropMasterKeyStatement -> unit
override ExplicitVisit :
node:DropMasterKeyStatement -> unit
public function ExplicitVisit(
node : DropMasterKeyStatement
)
Parameters
- node
Type: Microsoft.Data.Schema.ScriptDom.Sql.DropMasterKeyStatement
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.