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