Classe DtsPropertyAttribute
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the DTS property attribute.
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 | |
---|---|---|
![]() |
DtsPropertyAttribute | Infraestrutura. Initializes a new instance of the DtsPropertyAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
TypeConverter | Infraestrutura. Gets or sets the type converter for the attribute. |
![]() |
TypeId | (Herdado de Attribute.) |
![]() |
UITypeEditor | Infraestrutura. Gets or sets the UI type editor. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Attribute.) |
![]() |
GetHashCode | (Herdado de Attribute.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
IsDefaultAttribute | (Herdado de Attribute.) |
![]() |
Match | (Herdado de Attribute.) |
![]() |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames | (Herdado de Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfo | (Herdado de Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) |
![]() ![]() |
_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.