DtsPropertyAttribute-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the DTS property attribute.
Diese API ist nicht mit CLS kompatibel.
Vererbungshierarchie
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Runtime.DtsPropertyAttribute
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsPropertyAttribute _
Inherits Attribute
'Usage
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
Der DtsPropertyAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DtsPropertyAttribute | Infrastruktur Initializes a new instance of the DtsPropertyAttribute class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
TypeConverter | Infrastruktur Gets or sets the type converter for the attribute. | |
TypeId | (Geerbt von Attribute.) | |
UITypeEditor | Infrastruktur Gets or sets the UI type editor. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Attribute.) | |
GetHashCode | (Geerbt von Attribute.) | |
GetType | (Geerbt von Object.) | |
IsDefaultAttribute | (Geerbt von Attribute.) | |
Match | (Geerbt von Attribute.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
_Attribute.GetIDsOfNames | (Geerbt von Attribute.) | |
_Attribute.GetTypeInfo | (Geerbt von Attribute.) | |
_Attribute.GetTypeInfoCount | (Geerbt von Attribute.) | |
_Attribute.Invoke | (Geerbt von Attribute.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.