언어

LogProviderXMLFileClass 클래스

정의

인터페이스의 LogProviderXMLFile 클래스를 나타냅니다.

public ref class LogProviderXMLFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderXMLFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F9EC8DD0-598D-4DC6-AC74-8D8675E77680")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderXMLFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FA0B1A04-4268-4258-9026-E4673B1990A1")]
public class LogProviderXMLFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("6494BD59-1FE6-40D7-ACF3-350D9EF9CEBD")]
public class LogProviderXMLFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFile
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F9EC8DD0-598D-4DC6-AC74-8D8675E77680")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderXMLFileClass = class
    interface IDTSLogProvider100
    interface LogProviderXMLFile
    interface IDTSLogging100
    interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FA0B1A04-4268-4258-9026-E4673B1990A1")>]
type LogProviderXMLFileClass = class
    interface IDTSLogProvider100
    interface LogProviderXMLFile
    interface IDTSLogging100
    interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("6494BD59-1FE6-40D7-ACF3-350D9EF9CEBD")>]
type LogProviderXMLFileClass = class
    interface IDTSLogProvider100
    interface LogProviderXMLFile
    interface IDTSLogging100
    interface IDTSName100
Public Class LogProviderXMLFileClass
Implements IDTSLogging100, IDTSName100, LogProviderXMLFile
상속
LogProviderXMLFileClass
특성
구현

생성자

Name Description
LogProviderXMLFileClass()

LogProviderXMLFileClass 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
ConfigString

로그 제공자를 구성하는 데 사용되는 문자열을 받거나 설정합니다.

CreationName

런타임에서 로그 제공자 인스턴스를 생성하는 데 사용되는 문자열을 가져옵니다.

Description

로그 제공자의 설명을 받거나 설정합니다.

Enabled

로그 제공자가 활성화되었는지 여부를 나타내는 값을 받습니다.

ID

로그 제공자의 식별자를 받습니다.

Name

로그 제공자의 이름을 얻거나 설정합니다.

메서드

Name Description
CloseLog()

기록을 닫는다.

GetFilterStatus(String[])

지정된 이벤트의 필터 상태를 얻습니다.

Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[])

로그 기록을 작성합니다.

OpenLog()

기록을 열어.

Validate(IDTSInfoEvents100)

지정된 이벤트로 로그 제공자를 검증합니다.

적용 대상