Compartilhar via


Classe DtsPropertyAttribute

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Essa API não é compatível com CLS. 

Hierarquia de herança

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.SqlServer.Dts.Runtime..::..DtsPropertyAttribute

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsPropertyAttribute _
    Inherits Attribute
'Uso
Dim instance As DtsPropertyAttribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class DtsPropertyAttribute : Attribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = false, AllowMultiple = false)]
public ref class DtsPropertyAttribute sealed : public Attribute
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = false, AllowMultiple = false)>]
type DtsPropertyAttribute =  
    class
        inherit Attribute
    end
public final class DtsPropertyAttribute extends Attribute

O tipo DtsPropertyAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DtsPropertyAttribute Infraestrutura.

Início

Propriedades

  Nome Descrição
Propriedade pública TypeConverter Infraestrutura.
Propriedade pública TypeId (Herdado de Attribute.)
Propriedade pública UITypeEditor Infraestrutura.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Attribute.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Attribute.)
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de Attribute.)
Método público Match (Herdado de Attribute.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetIDsOfNames (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfo (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfoCount (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .Invoke (Herdado de Attribute.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência