Compartir a través de


ActionTypeConverter.GetStandardValues Método (ITypeDescriptorContext)

Gets the collection of standard values of the action type object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Ensamblado:  Microsoft.SqlServer.TransferDatabasesTask (en Microsoft.SqlServer.TransferDatabasesTask.dll)

Sintaxis

'Declaración
Public Overrides Function GetStandardValues ( _
    context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
'Uso
Dim instance As ActionTypeConverter 
Dim context As ITypeDescriptorContext 
Dim returnValue As TypeConverter.StandardValuesCollection 

returnValue = instance.GetStandardValues(context)
public override TypeConverter.StandardValuesCollection GetStandardValues(
    ITypeDescriptorContext context
)
public:
virtual TypeConverter.StandardValuesCollection^ GetStandardValues(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValues : 
        context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection  
override GetStandardValues : 
        context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection
public override function GetStandardValues(
    context : ITypeDescriptorContext
) : TypeConverter.StandardValuesCollection

Parámetros

Valor devuelto

Tipo: System.ComponentModel.TypeConverter.StandardValuesCollection
The collection of standard values of the action type object.

Vea también

Referencia

ActionTypeConverter Clase

Sobrecarga de GetStandardValues

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask