This topic has not yet been rated - Rate this topic

eSqlClrPermissionLevel Enumeration

Enumeration to indicate the SQL permission level.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum eSqlClrPermissionLevel
Member name Description
eSafe Restricts code execution to the local assembly.
eExternal Allows a UDT to access certain external system resources, such as files, networks, environmental variables, and the registry.
eUnsafe Allows code executing from within an assembly to call unmanaged code.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement