ActionTypeConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
Returns the standard values supported by the action type object.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntax
'Declaration
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Usage
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
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
The context.
Return Value
Type: System.Boolean
Always returns true.
See Also
Reference
GetStandardValuesSupported Overload
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace