DynamicValueTypeConverter.GetStandardValuesSupported 메서드 (ITypeDescriptorContext)

Returns whether this object supports a standard set of values that can be picked from a list. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Overrides Function GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
‘사용 방법
Dim instance As DynamicValueTypeConverter 
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 in all cases.

참고 항목

참조

DynamicValueTypeConverter 클래스

GetStandardValuesSupported 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스