Класс SfcSkuAttribute
Represents the SfcSkuAttribute class to specify supported SKU of a property or class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Иерархия наследования
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata..::..SfcSkuAttribute
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True, _
AllowMultiple := False)> _
Public Class SfcSkuAttribute _
Inherits Attribute
'Применение
Dim instance As SfcSkuAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)]
public class SfcSkuAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, Inherited = true,
AllowMultiple = false)]
public ref class SfcSkuAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)>]
type SfcSkuAttribute =
class
inherit Attribute
end
public class SfcSkuAttribute extends Attribute
Тип SfcSkuAttribute обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
SfcSkuAttribute(String, Boolean) | Initializes a new instance of the SfcSkuAttribute class with the specified name of SKU. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
SfcSkuAttribute(array<String> [] () [] [], Boolean) | Initializes a new instance of the SfcSkuAttribute class with the specified names of SKU. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Exclusive | Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
SkuNames | Gets the specified list of SKU names. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
TypeId | (Производный от Attribute.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)