Freigeben über


DynamicValueTypeConverter.GetStandardValuesExclusive-Methode (ITypeDescriptorContext)

Returns whether the collection of standard values returned from the GetStandardValues method is an exclusive list of possible values. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function GetStandardValuesExclusive ( _
    context As ITypeDescriptorContext _
) As Boolean
'Usage
Dim instance As DynamicValueTypeConverter 
Dim context As ITypeDescriptorContext 
Dim returnValue As Boolean 

returnValue = instance.GetStandardValuesExclusive(context)
public override bool GetStandardValuesExclusive(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesExclusive(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool  
override GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool
public override function GetStandardValuesExclusive(
    context : ITypeDescriptorContext
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true in all cases.

Siehe auch

Verweis

DynamicValueTypeConverter Klasse

GetStandardValuesExclusive-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace