Partager via


Classe BaseLocalizableAttribute

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a base localizable attribute.

Hiérarchie d'héritage

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Runtime.Localization.BaseLocalizableAttribute

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Class BaseLocalizableAttribute _
    Inherits Attribute
'Utilisation
Dim instance As BaseLocalizableAttribute
public class BaseLocalizableAttribute : Attribute
public ref class BaseLocalizableAttribute : public Attribute
type BaseLocalizableAttribute =  
    class 
        inherit Attribute 
    end
public class BaseLocalizableAttribute extends Attribute

Le type BaseLocalizableAttribute expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BaseLocalizableAttribute Infrastructure. Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.

Haut de la page

Propriétés

  Nom Description
Propriété publique PropertyName Infrastructure. Gets the property name of the attribute.
Propriété publique Type Infrastructure. Gets the type of the attribute.
Propriété publique TypeId (hérité de Attribute.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Attribute.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Attribute.)
Méthode publique GetLocalizedValue Infrastructure. Gets the localized value of the attribute.
Méthode publique GetType (hérité de Object.)
Méthode publique IsDefaultAttribute (hérité de Attribute.)
Méthode publique Match (hérité de Attribute.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée _Attribute.GetIDsOfNames (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.GetTypeInfo (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.GetTypeInfoCount (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Localization