MakeCertObject méthode
Cette API prend en charge l'infrastructure .NET Framework 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 (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function MakeCertObject ( _
certContext As Long _
) As Object
'Utilisation
Dim instance As ManagedHelper
Dim certContext As Long
Dim returnValue As Object
returnValue = instance.MakeCertObject(certContext)
public Object MakeCertObject(
long certContext
)
public:
virtual Object^ MakeCertObject(
long long certContext
) sealed
abstract MakeCertObject :
certContext:int64 -> Object
override MakeCertObject :
certContext:int64 -> Object
public final function MakeCertObject(
certContext : long
) : Object
Paramètres
- certContext
Type : System. . :: . .Int64
Valeur de retour
Type : System. . :: . .Object
Implémente
Voir aussi