Partager via


GetLocalizedValue méthode

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (dans 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