Partilhar via


Método ActionTypeConverter.GetStandardValuesSupported (ITypeDescriptorContext)

Returns the standard values supported by the action type object.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (em Microsoft.SqlServer.TransferDatabasesTask.dll)

Sintaxe

'Declaração
Public Overrides Function GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
'Uso
Dim instance As ActionTypeConverter 
Dim context As ITypeDescriptorContext 
Dim returnValue As Boolean 

returnValue = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool  
override GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool
public override function GetStandardValuesSupported(
    context : ITypeDescriptorContext
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
Always returns true.

Consulte também

Referência

ActionTypeConverter Classe

Sobrecarregado GetStandardValuesSupported

Namespace Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask