Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This topic lists the supported constructs on natively compiled stored procedures.
For information about unsupported constructs, see Transact-SQL Constructs Not Supported by In-Memory OLTP.
Procedure DDL
The following are supported:
CREATE PROCEDURE
DROP PROCEDURE
SCHEMABINDING (required for natively compiled stored procedures)
NATIVE_COMPILATION
Parameters can be declared as NOT NULL.
Table-valued parameters.
Security
The following are supported:
For procedures: EXECUTE AS OWNER, SELF, and user.
GRANT and DENY permissions on tables and procedures.