Metodo GetStandardValuesExclusive (ITypeDescriptorContext)
Returns whether the collection of standard values returned from the GetStandardValues method is an exclusive list of possible values. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Overrides Function GetStandardValuesExclusive ( _
context As ITypeDescriptorContext _
) As Boolean
'Utilizzo
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
Parametri
- context
Tipo: System.ComponentModel. . :: . .ITypeDescriptorContext
An ITypeDescriptorContext object that provides the context information.
Valore restituito
Tipo: System. . :: . .Boolean
true in all cases.