Partager via


Méthode BaseLocalizableAttribute.GetLocalizedValue

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

Gets the localized value of the attribute.

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

Syntaxe

'Déclaration
Public Function GetLocalizedValue As String
'Utilisation
Dim instance As BaseLocalizableAttribute 
Dim returnValue As String 

returnValue = instance.GetLocalizedValue()
public string GetLocalizedValue()
public:
String^ GetLocalizedValue()
member GetLocalizedValue : unit -> string
public function GetLocalizedValue() : String

Valeur de retour

Type : System.String
The localized value of the attribute.

Voir aussi

Référence

BaseLocalizableAttribute Classe

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