アクション型オブジェクトの標準値のコレクションを取得します。
名前空間: 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
パラメーター
- context
型: System.ComponentModel.ITypeDescriptorContext
コンテキストです。
戻り値
型: System.ComponentModel.TypeConverter.StandardValuesCollection
アクション型オブジェクトの標準値のコレクションです。