TSqlConcreteFragmentVisitor.ExplicitVisit Method (ServerAuditStatement)
Calls the Visit method for the specified type of fragment.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub ExplicitVisit ( _
node As ServerAuditStatement _
)
public override sealed void ExplicitVisit(
ServerAuditStatement node
)
public:
virtual void ExplicitVisit(
ServerAuditStatement^ node
) override sealed
abstract ExplicitVisit :
node:ServerAuditStatement -> unit
override ExplicitVisit :
node:ServerAuditStatement -> unit
public override final function ExplicitVisit(
node : ServerAuditStatement
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.