LogProviderSQLServerClass Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa una clase para la interfaz 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
- Herencia
-
LogProviderSQLServerClass
- Atributos
- Implementaciones
Constructores
LogProviderSQLServerClass() |
Inicializa una nueva instancia de la clase LogProviderSQLServerClass. |
Propiedades
ConfigString |
Obtiene o establece una cadena que se utiliza para configurar el proveedor de registro. |
CreationName |
Obtiene la cadena usada por el motor en tiempo de ejecución para crear una instancia del proveedor de registro. |
Description |
Obtiene o establece la descripción del proveedor de registro. |
Enabled |
Obtiene un valor que indica si el proveedor de registro está habilitado. |
ID |
Obtiene el identificador del proveedor de registro. |
Name |
Obtiene o establece el nombre del proveedor de registro. |
Métodos
CloseLog() |
Cierra el registro. |
GetFilterStatus(String[]) |
Obtiene el estado del filtro de los eventos especificados. |
Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[]) |
Escribe la entrada de registro. |
OpenLog() |
Abre el registro. |
Validate(IDTSInfoEvents100) |
Valida el proveedor de registro con los eventos especificados. |