Compartilhar via


Método LocalizablePropertyDisplayNameAttribute.GetLocalizedValue

Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

LocalizablePropertyDisplayNameAttribute Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Localization