Метод ActionTypeConverter.GetStandardValuesSupported (ITypeDescriptorContext)

Returns the standard values supported by the action type object.

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

Синтаксис

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

Параметры

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

Тип: System.Boolean
Always returns true.

См. также

Справочник

ActionTypeConverter Класс

Перегрузка GetStandardValuesSupported

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