Compartir a través de


Clase DtsLogProviderAttribute

Supplies design time information about a LogProvider object.

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
      Microsoft.SqlServer.Dts.Runtime.DtsLogProviderAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsLogProviderAttribute _
    Inherits DtsLocalizableAttribute
'Uso
Dim instance As DtsLogProviderAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class DtsLogProviderAttribute : DtsLocalizableAttribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = false)]
public ref class DtsLogProviderAttribute sealed : public DtsLocalizableAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)>]
type DtsLogProviderAttribute =  
    class 
        inherit DtsLocalizableAttribute 
    end
public final class DtsLogProviderAttribute extends DtsLocalizableAttribute

El tipo DtsLogProviderAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DtsLogProviderAttribute Initializes a new instance of the DtsLogProviderAttribute class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Description Infraestructura. Gets or sets the description of the DtsLocalizableAttribute. (Se hereda de DtsLocalizableAttribute.)
Propiedad pública DisplayName Infraestructura. Gets or sets the display name of the DtsLocalizableAttribute. (Se hereda de DtsLocalizableAttribute.)
Propiedad pública IconResource Gets or sets the icon associated with a log provider.
Propiedad pública LocalizationType Infraestructura. Gets or sets the class that supplies values for the DtsLocalizableAttribute. (Se hereda de DtsLocalizableAttribute.)
Propiedad pública LogProviderContact Gets or sets the contact information for the log provider.
Propiedad pública LogProviderType Gets or sets the type of the log provider. This property is required.
Propiedad pública RequiredProductLevel Gets or sets a value that indicates the product edition of SQL Server that the log provider requires.
Propiedad pública TypeId (Se hereda de Attribute.)
Propiedad pública UITypeName Not used. Custom user interfaces for custom log providers are not implemented in Integration Services.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.Invoke (Se hereda de Attribute.)

Arriba

Comentarios

This attribute is applied to managed log provider classes derived from LogProviderBase. The attribute identifies a class as a managed log provider and provides information, through its properties, that control how the SSIS Designer displays and interacts with the object.

The DisplayName and LogProviderType properties are required. The DisplayName property is the value displayed in the list of available log providers in the package designer.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime