Condividi tramite


Metodo BaseLocalizableAttribute.GetLocalizedValue

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the localized value of the attribute.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetLocalizedValue As String
'Utilizzo
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

Valore restituito

Tipo: System.String
The localized value of the attribute.

Vedere anche

Riferimento

BaseLocalizableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization