Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
Параметры
- context
Тип: System.ComponentModel.ITypeDescriptorContext
The context.
Возвращаемое значение
Тип: System.Boolean
Always returns true.
См. также
Справочник
Перегрузка GetStandardValuesSupported
Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask