LogProviderBase 멤버

Defines the abstract base class for managed log providers.

LogProviderBase 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
보호된 메서드 LogProviderBase Initializes an instance of the LogProviderBase class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CanUpdate Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
공용 메서드 CloseLog Called at the end of package execution.
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 InitializeLogProvider Called when the log provider is added to a package.
공용 메서드 Log Called when a runtime event occurs during package execution.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 OpenLog Called at the beginning of package execution to establish connections to external data sources.
공용 메서드 ToString (Object에서 상속됩니다.)
공용 메서드 Update Called to upgrade the XML persisted by a previous version of the log provider.
공용 메서드 Validate Called to confirm the log provider is properly configured.

맨 위로 이동

속성

  이름 설명
공용 속성 ConfigString Gets or sets a string used to configure the log provider.
공용 속성 Version Gets the version of the log provider.

맨 위로 이동