Classe LocalizedPropertyResourcesAttribute
Provides the ability to specify the name of the resources that contain localized property category, name, and description strings. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Hiérarchie d'héritage
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Interface)> _
Public Class LocalizedPropertyResourcesAttribute _
Inherits Attribute
'Utilisation
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
Le type LocalizedPropertyResourcesAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
LocalizedPropertyResourcesAttribute(String) | Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
LocalizedPropertyResourcesAttribute(Type) | Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified Type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
LocalizedPropertyResourcesAttribute(String, Boolean) | Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ResourcesName | Gets the name of the resources that contain localized property category and name strings. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
TypeId | (hérité de Attribute.) | |
UseDefaultKeys | Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Attribute.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Attribute.) | |
GetType | (hérité de Object.) | |
IsDefaultAttribute | (hérité de Attribute.) | |
Match | (hérité de Attribute.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (hérité de Attribute.) | |
_Attribute.GetTypeInfo | (hérité de Attribute.) | |
_Attribute.GetTypeInfoCount | (hérité de Attribute.) | |
_Attribute.Invoke | (hérité de Attribute.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.