Compartir a través de


LocalizablePropertyDisplayNameAttribute.GetLocalizedValue Método

Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function GetLocalizedValue As String
'Uso
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

Valor devuelto

Tipo: System.String
A string containing the localized value of the LocalizablePropertyDisplayNameAttribute.

Vea también

Referencia

LocalizablePropertyDisplayNameAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization