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