TSqlFragmentVisitor.Visit – 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 Visit ( _
node As DropServerAuditSpecificationStatement _
)
public virtual void Visit(
DropServerAuditSpecificationStatement node
)
public:
virtual void Visit(
DropServerAuditSpecificationStatement^ node
)
abstract Visit :
node:DropServerAuditSpecificationStatement -> unit
override Visit :
node:DropServerAuditSpecificationStatement -> unit
public function Visit(
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.