Classe SfcSkuAttribute
Represents the SfcSkuAttribute class to specify supported SKU of a property or class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata..::..SfcSkuAttribute
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True, _
AllowMultiple := False)> _
Public Class SfcSkuAttribute _
Inherits Attribute
'Uso
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
O tipo SfcSkuAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcSkuAttribute(String, Boolean) | Initializes a new instance of the SfcSkuAttribute class with the specified name of SKU. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcSkuAttribute(array<String> [] () [] [], Boolean) | Initializes a new instance of the SfcSkuAttribute class with the specified names of SKU. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Exclusive | Gets a value indicating whether the specified SKU's are exclusive of the property or inclusive. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SkuNames | Gets the specified list of SKU names. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute. . :: . .Invoke | (Herdado de Attribute.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.