LogProviderSQLServerClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LogProviderSQLServer 인터페이스에 대한 클래스를 나타냅니다.
public ref class LogProviderSQLServerClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderSQLServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("9558A248-545E-4EEF-8360-3149BA29FF43")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderSQLServerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("2E5B5C92-2968-4520-95A8-3A33D55E4507")]
public class LogProviderSQLServerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D96EAA26-A42B-4564-A772-C24A43008C30")]
public class LogProviderSQLServerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServer
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("9558A248-545E-4EEF-8360-3149BA29FF43")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderSQLServerClass = class
interface IDTSLogProvider100
interface LogProviderSQLServer
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("2E5B5C92-2968-4520-95A8-3A33D55E4507")>]
type LogProviderSQLServerClass = class
interface IDTSLogProvider100
interface LogProviderSQLServer
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("D96EAA26-A42B-4564-A772-C24A43008C30")>]
type LogProviderSQLServerClass = class
interface IDTSLogProvider100
interface LogProviderSQLServer
interface IDTSLogging100
interface IDTSName100
Public Class LogProviderSQLServerClass
Implements IDTSLogging100, IDTSName100, LogProviderSQLServer
- 상속
-
LogProviderSQLServerClass
- 특성
- 구현
생성자
LogProviderSQLServerClass() |
LogProviderSQLServerClass 클래스의 새 인스턴스를 초기화합니다. |
속성
ConfigString |
로그 공급자를 구성하는 데 사용되는 문자열을 가져오거나 설정합니다. |
CreationName |
런타임에서 로그 공급자의 인스턴스를 만드는 데 사용되는 문자열을 가져옵니다. |
Description |
로그 공급자에 대한 설명을 가져오거나 설정합니다. |
Enabled |
로그 공급자를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다. |
ID |
로그 공급자의 식별자를 가져옵니다. |
Name |
로그 공급자의 이름을 가져오거나 설정합니다. |
메서드
CloseLog() |
로그를 닫습니다. |
GetFilterStatus(String[]) |
지정한 이벤트의 필터 상태를 가져옵니다. |
Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[]) |
로그 항목을 기록합니다. |
OpenLog() |
로그를 엽니다. |
Validate(IDTSInfoEvents100) |
지정된 이벤트를 사용하여 로그 공급자의 유효성을 검사합니다. |