Partilhar via


Classe LocalizedPropertyResourcesAttribute

Provides the ability to specify the name of the resources that contain localized property category, name, and description strings. 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..::..LocalizedPropertyResourcesAttribute

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Interface)> _
Public Class LocalizedPropertyResourcesAttribute _
    Inherits Attribute
'Uso
Dim instance As LocalizedPropertyResourcesAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface)]
public class LocalizedPropertyResourcesAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Enum|AttributeTargets::Interface)]
public ref class LocalizedPropertyResourcesAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface)>]
type LocalizedPropertyResourcesAttribute =  
    class
        inherit Attribute
    end
public class LocalizedPropertyResourcesAttribute extends Attribute

O tipo LocalizedPropertyResourcesAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público LocalizedPropertyResourcesAttribute(String) Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público LocalizedPropertyResourcesAttribute(Type) Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified Type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público LocalizedPropertyResourcesAttribute(String, Boolean) Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública ResourcesName Gets the name of the resources that contain localized property category and name strings. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública TypeId (Herdado de Attribute.)
Propriedade pública UseDefaultKeys Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Attribute.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Attribute.)
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de Attribute.)
Método público Match (Herdado de Attribute.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetIDsOfNames (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfo (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfoCount (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _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.