Partager via


Méthode LocalizableEnumConverter.ConvertTo (ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overrides Function ConvertTo ( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object, _
    destinationType As Type _
) As Object
'Utilisation
Dim instance As LocalizableEnumConverter 
Dim context As ITypeDescriptorContext 
Dim culture As CultureInfo 
Dim value As Object 
Dim destinationType As Type 
Dim returnValue As Object 

returnValue = instance.ConvertTo(context, _
    culture, value, destinationType)
public override Object ConvertTo(
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value,
    Type destinationType
)
public:
virtual Object^ ConvertTo(
    ITypeDescriptorContext^ context, 
    CultureInfo^ culture, 
    Object^ value, 
    Type^ destinationType
) override
abstract ConvertTo : 
        context:ITypeDescriptorContext * 
        culture:CultureInfo * 
        value:Object * 
        destinationType:Type -> Object  
override ConvertTo : 
        context:ITypeDescriptorContext * 
        culture:CultureInfo * 
        value:Object * 
        destinationType:Type -> Object
public override function ConvertTo(
    context : ITypeDescriptorContext, 
    culture : CultureInfo, 
    value : Object, 
    destinationType : Type
) : Object

Paramètres

  • destinationType
    Type : System.Type
    The Type to convert the value parameter to.

Valeur de retour

Type : System.Object
An Object that represents the converted value.

Notes

This method is designed to convert Enum to String or String to String. If any other combination of types is specified, the arguments are passed on to the TypeConverter.ConvertTo method.

Voir aussi

Référence

LocalizableEnumConverter Classe

Surcharge ConvertTo

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc