Freigeben über


BaseLocalizableAttribute.GetLocalizedValue-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the localized value of the attribute.

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

Syntax

'Declaration
Public Function GetLocalizedValue As String
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

BaseLocalizableAttribute Klasse

Microsoft.SqlServer.Dts.Runtime.Localization-Namespace