Compartir a través de


Clase SSISScriptTaskEntryPointAttribute

Represents an attribute of the Script Task from the given entry point.

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Tasks.ScriptTask.SSISScriptTaskEntryPointAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Ensamblado:  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Sintaxis

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

El tipo SSISScriptTaskEntryPointAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SSISScriptTaskEntryPointAttribute Initializes a new instance of the SSISScriptTaskEntryPointAttribute 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.Tasks.ScriptTask