Méthode CreateManagedObject
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Protected MustOverride Function CreateManagedObject ( _
unmanagedObj As Object _
) As Object
'Utilisation
Dim unmanagedObj As Object
Dim returnValue As Object
returnValue = Me.CreateManagedObject(unmanagedObj)
protected abstract Object CreateManagedObject(
Object unmanagedObj
)
protected:
virtual Object^ CreateManagedObject(
Object^ unmanagedObj
) abstract
abstract CreateManagedObject :
unmanagedObj:Object -> Object
protected abstract function CreateManagedObject(
unmanagedObj : Object
) : Object
Paramètres
- unmanagedObj
Type : System. . :: . .Object
Valeur de retour
Type : System. . :: . .Object
A managed object.
Voir aussi