次の方法で共有


ActionTypeConverter.GetStandardValuesSupported メソッド (ITypeDescriptorContext)

アクション型オブジェクトでサポートされる標準値を返します。

名前空間:  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

パラメーター

戻り値

型: System.Boolean
常に true を返します。

関連項目

参照

ActionTypeConverter クラス

GetStandardValuesSupported オーバーロード

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 名前空間