Microsoft.SqlServer.Server.SystemDataAccessKind
Describes the type of access to system data for a user-defined method or function.
namespace Microsoft.SqlServer.Server
{
public enum SystemDataAccessKind
{
None,
Read
}
}