GetLocalizedValue Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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