共用方式為


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 命名空間