Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of standard values of the action type object.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntax
'Declaration
Public Overrides Function GetStandardValues ( _
context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
'Usage
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
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
The context.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollection
The collection of standard values of the action type object.
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace