Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the standard values supported by the action type object.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly: Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)
Sintassi
'Dichiarazione
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Utilizzo
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
Parametri
- context
Tipo: System.ComponentModel.ITypeDescriptorContext
The context.
Valore restituito
Tipo: System.Boolean
Always returns true.
Vedere anche
Riferimento
Overload GetStandardValuesSupported
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask