Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.
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 LocalizablePropertyDisplayNameAttribute
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
A string containing the localized value of the LocalizablePropertyDisplayNameAttribute.
Vea también
Referencia
LocalizablePropertyDisplayNameAttribute Clase
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization