TSqlFragmentVisitor.Visit – metoda (AssemblyStatement)
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 AssemblyStatement _
)
public virtual void Visit(
AssemblyStatement node
)
public:
virtual void Visit(
AssemblyStatement^ node
)
abstract Visit :
node:AssemblyStatement -> unit
override Visit :
node:AssemblyStatement -> unit
public function Visit(
node : AssemblyStatement
)
Parametry
- node
Typ: Microsoft.Data.Schema.ScriptDom.Sql.AssemblyStatement
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.