Класс DisplayCategoryKeyAttribute
Specifies the key that is used to look up a localized property category. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Иерархия наследования
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKeyAttribute
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class DisplayCategoryKeyAttribute _
Inherits Attribute
'Применение
Dim instance As DisplayCategoryKeyAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public class DisplayCategoryKeyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class DisplayCategoryKeyAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type DisplayCategoryKeyAttribute =
class
inherit Attribute
end
public class DisplayCategoryKeyAttribute extends Attribute
Тип DisplayCategoryKeyAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
DisplayCategoryKeyAttribute | Initializes a new instance of the DisplayCategoryKeyAttribute class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Key | Gets the key that is used to look up the localized property category. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
TypeId | (Производный от Attribute.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Attribute.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetDefaultKey(FieldInfo) | Gets the default key using the specified FieldInfo object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
GetDefaultKey(PropertyInfo) | Gets the default key using the specified PropertyInfo object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
GetDefaultKey(Type) | Gets the default key using the specified Type object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.