TSqlFragmentVisitor.ExplicitVisit – metoda (DropServerAuditSpecificationStatement)
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Public Overridable Sub ExplicitVisit ( _
node As DropServerAuditSpecificationStatement _
)
public virtual void ExplicitVisit(
DropServerAuditSpecificationStatement node
)
public:
virtual void ExplicitVisit(
DropServerAuditSpecificationStatement^ node
)
abstract ExplicitVisit :
node:DropServerAuditSpecificationStatement -> unit
override ExplicitVisit :
node:DropServerAuditSpecificationStatement -> unit
public function ExplicitVisit(
node : DropServerAuditSpecificationStatement
)
Parametry
- node
Typ: Microsoft.Data.Schema.ScriptDom.Sql.DropServerAuditSpecificationStatement
Typ určený fragmentu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.