다음을 통해 공유


ActionTypeConverter.GetStandardValuesSupported 메서드 (ITypeDescriptorContext)

Returns the standard values supported by the action type object.

네임스페이스:  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
Always returns true.

참고 항목

참조

ActionTypeConverter 클래스

GetStandardValuesSupported 오버로드

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 네임스페이스