Método BaseLocalizableAttribute.GetLocalizedValue
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the localized value of the attribute.
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 BaseLocalizableAttribute
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
The localized value of the attribute.