Метод ActionTypeConverter.GetStandardValues (ITypeDescriptorContext)

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Сборка:  Microsoft.SqlServer.TransferDatabasesTask (в Microsoft.SqlServer.TransferDatabasesTask.dll)

Синтаксис

'Декларация
Public Overrides Function GetStandardValues ( _
    context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
'Применение
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

Параметры

Возвращаемое значение

Тип: System.ComponentModel.TypeConverter.StandardValuesCollection
The collection of standard values of the action type object.

См. также

Справочник

ActionTypeConverter Класс

Перегрузка GetStandardValues

Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask