esemény
Tanúsítványt szerezhet a Microsoft Fabricben – ingyenesen!
nov. 19. 23 - dec. 10. 23
A Microsoft Fabric közösségi csapata korlátozott ideig ingyenes DP-600 vizsgautalványokat kínál.
Előkészítés mostEzt a böngészőt már nem támogatjuk.
Frissítsen a Microsoft Edge-re, hogy kihasználhassa a legújabb funkciókat, a biztonsági frissítéseket és a technikai támogatást.
Applies to: SQL Server
Destroys a created OLE object.
Transact-SQL syntax conventions
sp_OADestroy objecttoken
[ ; ]
The object token of an OLE object that was previously created by using sp_OACreate
.
0
(success) or a nonzero number (failure) that is the integer value of the HRESULT returned by the OLE Automation object.
For more information about HRESULT return codes, see OLE automation return codes and error information.
If sp_OADestroy
isn't called, the created OLE object is automatically destroyed at the end of the batch.
Requires membership in the sysadmin fixed server role or execute permission directly on this stored procedure. The Ole Automation Procedures server configuration option must be enabled to use any system procedure related to OLE Automation.
The following example destroys the previously created SQLServer
object.
EXEC @hr = sp_OADestroy @object;
IF @hr <> 0
BEGIN
EXEC sp_OAGetErrorInfo @object;
RETURN
END;
esemény
Tanúsítványt szerezhet a Microsoft Fabricben – ingyenesen!
nov. 19. 23 - dec. 10. 23
A Microsoft Fabric közösségi csapata korlátozott ideig ingyenes DP-600 vizsgautalványokat kínál.
Előkészítés most