Класс DtsPropertyAttribute
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Этот API-интерфейс несовместим с CLS.
Иерархия наследования
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Dts.Runtime..::..DtsPropertyAttribute
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsPropertyAttribute _
Inherits Attribute
'Применение
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
Тип DtsPropertyAttribute обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
TypeConverter | Инфраструктура. | |
TypeId | (Производный от Attribute.) | |
UITypeEditor | Инфраструктура. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Attribute.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Attribute.) | |
GetType | (Производный от Object.) | |
IsDefaultAttribute | (Производный от Attribute.) | |
Match | (Производный от Attribute.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Производный от Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Производный от Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Производный от Attribute.) | |
_Attribute. . :: . .Invoke | (Производный от Attribute.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.