Metodo LocalizablePropertyDisplayNameAttribute.GetLocalizedValue
Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function GetLocalizedValue As String
'Utilizzo
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
Valore restituito
Tipo: System.String
A string containing the localized value of the LocalizablePropertyDisplayNameAttribute.
Vedere anche
Riferimento
LocalizablePropertyDisplayNameAttribute Classe
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization