Classe DtsPropertyAttribute
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the DTS property attribute.
Cette API n'est pas conforme CLS.
Hiérarchie d'héritage
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Runtime.DtsPropertyAttribute
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsPropertyAttribute _
Inherits Attribute
'Utilisation
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
Le type DtsPropertyAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DtsPropertyAttribute | Infrastructure. Initializes a new instance of the DtsPropertyAttribute class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
TypeConverter | Infrastructure. Gets or sets the type converter for the attribute. | |
TypeId | (hérité de Attribute.) | |
UITypeEditor | Infrastructure. Gets or sets the UI type editor. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Attribute.) | |
GetHashCode | (hérité de Attribute.) | |
GetType | (hérité de Object.) | |
IsDefaultAttribute | (hérité de Attribute.) | |
Match | (hérité de Attribute.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (hérité de Attribute.) | |
_Attribute.GetTypeInfo | (hérité de Attribute.) | |
_Attribute.GetTypeInfoCount | (hérité de Attribute.) | |
_Attribute.Invoke | (hérité de Attribute.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.