Метод DynamicValueTypeConverter.GetStandardValuesExclusive (ITypeDescriptorContext)
Returns whether the collection of standard values returned from the GetStandardValues method is an exclusive list of possible values. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Overrides Function GetStandardValuesExclusive ( _
context As ITypeDescriptorContext _
) As Boolean
'Применение
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
Параметры
- context
Тип: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that provides the context information.
Возвращаемое значение
Тип: System.Boolean
true in all cases.
См. также
Справочник
DynamicValueTypeConverter Класс