Compartir a través de


BaseLocalizableAttribute.GetLocalizedValue Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the localized value of the attribute.

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 BaseLocalizableAttribute 
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
The localized value of the attribute.

Vea también

Referencia

BaseLocalizableAttribute Clase

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