IDTSLogProvider100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Implements an interface of a log provider.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface IDTSLogProvider100
‘사용 방법
Dim instance As IDTSLogProvider100
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type IDTSLogProvider100 = interface end
public interface IDTSLogProvider100
IDTSLogProvider100 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
ConfigString | 인프라입니다. Gets or sets the connection and configuration information for the specific log provider. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
CloseLog | Closes the log. |
![]() |
OpenLog | 인프라입니다. Opens the log. |
![]() |
Validate | Validates the log and returns an enumeration that indicates success or failure. |
맨 위로 이동
주의
For more information, see LogProvider.