This topic has not yet been rated - Rate this topic

IExecutionContext Interface

Represents a SQL Server user-defined module execution context.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public interface IExecutionContext : IMetadataObject

The IExecutionContext type exposes the following members.

  NameDescription
Public propertyContextTypeGets an ExecutionContextType value that indicates the execution context for the module.
Public propertyLoginGets the SQL Server login that can be used in an EXECUTE AS clause.
Public propertyNameGets the name of the metadata object. (Inherited from IMetadataObject.)
Public propertyUserGets the user that can be used in an EXECUTE AS clause.
Top
  NameDescription
Public methodAccept<T>Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.