Partager via


Méthode LocalizablePropertyDisplayNameAttribute.GetLocalizedValue

Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.

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 LocalizablePropertyDisplayNameAttribute 
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
A string containing the localized value of the LocalizablePropertyDisplayNameAttribute.

Voir aussi

Référence

LocalizablePropertyDisplayNameAttribute Classe

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