Класс DtsPropertyAttribute
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents the DTS property attribute.
Этот 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 обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DtsPropertyAttribute | Инфраструктура. Initializes a new instance of the DtsPropertyAttribute class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
TypeConverter | Инфраструктура. Gets or sets the type converter for the attribute. | |
TypeId | (Производный от Attribute.) | |
UITypeEditor | Инфраструктура. Gets or sets the UI type editor. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Attribute.) | |
GetHashCode | (Производный от Attribute.) | |
GetType | (Производный от Object.) | |
IsDefaultAttribute | (Производный от Attribute.) | |
Match | (Производный от Attribute.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
_Attribute.GetIDsOfNames | (Производный от Attribute.) | |
_Attribute.GetTypeInfo | (Производный от Attribute.) | |
_Attribute.GetTypeInfoCount | (Производный от Attribute.) | |
_Attribute.Invoke | (Производный от Attribute.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.