IExecutionContextFactory 인터페이스

Provides methods that are used to create IExecutionContext objects.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Interface IExecutionContextFactory
‘사용 방법
Dim instance As IExecutionContextFactory
public interface IExecutionContextFactory
public interface class IExecutionContextFactory
type IExecutionContextFactory =  interface end
public interface IExecutionContextFactory

IExecutionContextFactory 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 CreateExecuteAsCaller Creates an IExecutionContext object that represents the EXECUTE AS CALLER execution context.
공용 메서드 CreateExecuteAsLogin Creates an IExecutionContext object that represents the EXECUTE AS LOGIN execution context.
공용 메서드 CreateExecuteAsOwner Creates an IExecutionContext object that represents the EXECUTE AS OWNER execution context.
공용 메서드 CreateExecuteAsSelf Creates an IExecutionContext object that represents the EXECUTE AS SELF execution context.
공용 메서드 CreateExecuteAsUser Creates an IExecutionContext object that represents the EXECUTE AS USER execution context.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스