Compartir a través de


Clase SSISScriptComponentEntryPointAttribute

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the SSIS script component entry point attribute.

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct)> _
Public Class SSISScriptComponentEntryPointAttribute _
    Inherits Attribute
'Uso
Dim instance As SSISScriptComponentEntryPointAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)]
public class SSISScriptComponentEntryPointAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct)]
public ref class SSISScriptComponentEntryPointAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)>]
type SSISScriptComponentEntryPointAttribute =  
    class 
        inherit Attribute 
    end
public class SSISScriptComponentEntryPointAttribute extends Attribute

El tipo SSISScriptComponentEntryPointAttribute expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
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 protegido MemberwiseClone (Se hereda de Object.)
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

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.Pipeline