アクション型オブジェクトでサポートされる標準値を返します。
名前空間: 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
コンテキストです。
戻り値
型: System.Boolean
常に true を返します。