LogProviderHostClass 클래스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a class for the LogProviderHost interface.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderHostClass

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")> _
Public Class LogProviderHostClass _
    Implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100,  _
    IDTSLogging100
‘사용 방법
Dim instance As LogProviderHostClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public class LogProviderHostClass : LogProviderHost, 
    IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public ref class LogProviderHostClass : LogProviderHost, 
    IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")>]
type LogProviderHostClass =  
    class 
        interface LogProviderHost 
        interface IDTSName100 
        interface IDTSObjectHost100 
        interface IDTSLogProvider100 
        interface IDTSLogging100 
    end
public class LogProviderHostClass implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100

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

생성자

  이름 설명
공용 메서드 LogProviderHostClass 인프라입니다. Initializes a new instance of the LogProviderHostClass class.

맨 위로 이동

속성

  이름 설명
공용 속성 ConfigString 인프라입니다. Gets or sets a string used to configure the log provider.
공용 속성 CreationName 인프라입니다. Gets the string used by the runtime to create an instance of the log provider.
공용 속성 DelayValidation 인프라입니다. Gets or sets a value that indicates whether a call to validate for the log provider is delayed until package execution.
공용 속성 Description 인프라입니다. Gets or sets the description of the log provider.
공용 속성 Enabled 인프라입니다. Gets a value that indicates whether the log provider is enabled.
공용 속성 HostType 인프라입니다. Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only.
공용 속성 ID 인프라입니다. Gets the identifier of the log provider.
공용 속성 InnerObject 인프라입니다. Gets the specific log provider that is being hosted by the LogProviderHostClass object.
공용 속성 Name 인프라입니다. Gets or sets the name of the log provider.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CloseLog 인프라입니다. Closes the log.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetFilterStatus 인프라입니다. Gets the filter status of the specified events.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Log 인프라입니다. Writes the log entry.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 OpenLog 인프라입니다. Opens the log.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Validate 인프라입니다. Validates the log provider with the specified events.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스