Método ActionTypeConverter.GetStandardValues (ITypeDescriptorContext)
Gets the collection of standard values of 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 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
- context
Tipo: System.ComponentModel.ITypeDescriptorContext
The context.
Valor de retorno
Tipo: System.ComponentModel.TypeConverter.StandardValuesCollection
The collection of standard values of the action type object.
Consulte também
Referência
Sobrecarregado GetStandardValues
Namespace Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask