Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns the standard values supported by the action type object.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly : Microsoft.SqlServer.TransferDatabasesTask (en Microsoft.SqlServer.TransferDatabasesTask.dll)
Syntaxe
'Déclaration
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Utilisation
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
Paramètres
- context
Type : System.ComponentModel.ITypeDescriptorContext
The context.
Valeur de retour
Type : System.Boolean
Always returns true.
Voir aussi
Référence
Surcharge GetStandardValuesSupported
Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask